folias/searchform.php
Alexander Agnarson 5947e848e4 Initial commit
2021-02-01 15:27:15 +01:00

5 lines
No EOL
447 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','folias'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','folias'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','folias'); ?>" />
</div>
</form>