indite/searchform.php
Alexander Agnarson 99e1d1bc56 Initial commit
2019-08-02 15:06:42 +02: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','indite'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','indite'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','indite'); ?>" />
</div>
</form>