mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 06:20:51 +08:00
Initial commit
This commit is contained in:
commit
9f13aa6240
389 changed files with 84369 additions and 0 deletions
5
searchform.php
Normal file
5
searchform.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue