hueman/searchform.php
2014-01-06 15:31:16 +01:00

5 lines
No EOL
410 B
PHP

<form method="get" class="searchform themeform" action="<?php echo home_url('/'); ?>">
<div>
<input type="text" class="search" name="s" onblur="if(this.value=='')this.value='<?php _e('To search type and hit enter','hueman'); ?>';" onfocus="if(this.value=='<?php _e('To search type and hit enter','hueman'); ?>')this.value='';" value="<?php _e('To search type and hit enter','hueman'); ?>" />
</div>
</form>