Advertisement
Guest User

searchform.php

a guest
Feb 6th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <form id="searchform" method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>">
  2.  
  3. <div>
  4. <input type="text" name="s" id="s" size="15" />
  5. </div>
  6.  
  7. <input type="submit" value=<?php _e('Search',ALLI_TEXTDOMAIN) ?> id="searchsubmit" />
  8.  
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement