Advertisement
Guest User

Untitled

a guest
Aug 19th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. <!--BEGIN #searchform-->
  2. <form method="get" id="searchform" action="<?php echo home_url(); ?>/">
  3.     <fieldset>
  4.         <input type="text" name="s" id="s" value="<?php _e('Type and hit enter', 'framework') ?>" onfocus="if(this.value=='<?php _e('Type and hit enter', 'framework') ?>')this.value='';" onblur="if(this.value=='')this.value='<?php _e('Type and hit enter', 'framework') ?>';" />
  5.     </fieldset>
  6. <!--END #searchform-->
  7. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement