Advertisement
Guest User

searchform

a guest
Feb 27th, 2011
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
  2. <div class="searchfield"><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" class="searchtext" name="s" size="20" maxlength="255" /></div>
  3. <div><input name="submit" value="" class="searchsubmit" type="image" id="searchsubmit" src="<?php bloginfo('template_directory'); ?>/img/search_trans2.png" tabindex="1" /></div>
  4. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement