| Server IP : 74.208.236.16 / Your IP : 216.73.216.174 Web Server : Apache System : Linux infongwp-us3 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64 User : u102440577 ( 7172810) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/44/d845879113/htdocs/app750263/wp-content/themes/simplemag/ |
Upload File : |
<?php
/**
* The template for displaying search forms in _s
*
* @package SimpleMag
* @since SimpleMag 1.1
*/
?>
<div class="search-form">
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search">
<input type="text" name="s" id="s" value="<?php _e( 'Search', 'themetext' ); ?>" onfocus="if(this.value=='<?php _e( 'Search', 'themetext' ); ?>')this.value='';" onblur="if(this.value=='')this.value='<?php _e( 'Search', 'themetext' ); ?>';" />
<button type="submit">
<i class="icomoon-search"></i>
</button>
</form>
<div class="mobile-search-button"></div>
</div>