Guest User

Untitled

a guest
Aug 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <div class="input-group">
  2. <form role="search" method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
  3. <input type="text" class="form-control" name="s" id="s" placeholder="<?php _e( "What do you want to find?", 'enigma' ); ?>" />
  4. <span class="input-group-btn">
  5. <button class="btn btn-search" type="submit"><i class="fa fa-search"></i></button>
  6. </span>
  7. </form>
  8. </div>
Add Comment
Please, Sign In to add comment