mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogstream.git
synced 2025-08-26 07:43:35 +08:00
5 lines
No EOL
459 B
PHP
5 lines
No EOL
459 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','blogstream'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','blogstream'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','blogstream'); ?>" />
|
|
</div>
|
|
</form> |