| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/public_html/websites/rishhh/wp-content/themes/xstore/ |
| Current File : //home/udaipurk/public_html/websites/rishhh/wp-content/themes/xstore/searchform.php |
<?php
/**
* The template for displaying search forms
* @xstore-version 9.4.0
*/
defined( 'ABSPATH' ) || exit( 'Direct script access denied.' );
?>
<div class="widget_search">
<form action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search" class="hide-input" method="get">
<div class="input-row">
<input type="text" name="s" placeholder="<?php esc_attr_e( 'Search...', 'xstore' ); ?>" />
<button type="submit"><i class="et-icon et-zoom"></i><span class="screen-reader-text"><?php esc_html_e( 'Search', 'xstore' ); ?></span></button>
</div>
</form>
</div>