
Untitled
By: a guest on
Aug 19th, 2012 | syntax:
PHP | size: 0.42 KB | hits: 7 | expires: Never
<!--BEGIN #searchform-->
<form method="get" id="searchform" action="<?php echo home_url(); ?>/">
<fieldset>
<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') ?>';" />
</fieldset>
<!--END #searchform-->
</form>