minimer/searchform.php
Alexander Agnarson 679657594e Initial commit
2019-07-09 17:19:12 +02:00

5 lines
No EOL
450 B
PHP

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