mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-24 18:32:44 +08:00
5 lines
No EOL
410 B
PHP
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> |