splits/searchform.php

5 lines
444 B
PHP
Raw Normal View History

2020-03-11 14:32:45 +01:00
<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','split'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','split'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','split'); ?>" />
</div>
</form>