Advertisement
Guest User

searchform

a guest
Mar 3rd, 2011
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 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" />
  3. <input name="submit" value="" class="searchsubmit" type="image" id="searchsubmit" src="<?php bloginfo('template_directory'); ?>/img/search_trans2.png" tabindex="1" />
  4. </form>
  5. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement