Advertisement
utema

Untitled

Aug 13th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. <form class="searchform" action="/" id="bigsearchform" method="get" role="search">
  2.     <input class="searchfield" type="text" id="s" name="s" value="Поиск..." onfocus="if (this.value == 'Поиск...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Поиск...';}" /><?php wp_dropdown_categories( 'show_option_all=Везде' ); ?>
  3.  
  4. <input class="searchbutton" type="submit" value="Go" />
  5.    
  6.     </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement