airl/searchform.php
Alexander Agnarson f80106a5b7 Initial commit
2021-01-27 11:14:13 +01:00

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