splits/searchform.php

5 lines
447 B
PHP
Raw Permalink 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>
2022-12-22 12:54:15 +01:00
<input type="text" class="search" name="s" onblur="if(this.value=='')this.value='<?php esc_attr_e('To search type and hit enter','splits'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','splits'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','splits'); ?>" />
2020-03-11 14:32:45 +01:00
</div>
</form>