Advertisement
Guest User

Untitled

a guest
Sep 27th, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. <?php if (is_front_page()) { ?>
  2.     <div class="header-search">
  3.         <form id="searchform-header" method="get" action="<?php echo get_option('home') ?>/">
  4.         <input type="text" value="Search" name="s" id="s-header" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" />
  5.         <input type="submit" value="Search" id="search-button" />
  6.         </form>
  7.     </div>     
  8.  <?php } ?>
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement