????JFIF??x?x????'
Server IP : 104.21.64.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/./eaabusiness.com/wp-content/themes/pasal-ecommerce/ |
Upload File : |
<?php /** * Displays the searchform * * @package Pasal-ecommerce * @since Pasal Ecommerce 1.0 */ ?> <form class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get"> <?php $pasal_ecommerce_settings = pasal_ecommerce_get_theme_options(); $pasal_ecommerce_search_form = $pasal_ecommerce_settings['pasal_ecommerce_search_text']; if($pasal_ecommerce_search_form !='Search …'): ?> <label> <input type="search" name="s" class="search-field" placeholder="<?php echo esc_attr($pasal_ecommerce_search_form); ?>" autocomplete="off"> </label> <button type="submit" class="search-submit"><i class="fa fa-search"></i></button> <?php else: ?> <label> <input type="search" name="s" class="search-field" placeholder="<?php esc_attr_e( 'Search …', 'pasal-ecommerce' ); ?>" autocomplete="off"> </label> <button type="submit" class="search-submit"><i class="fa fa-search"></i></button> <?php endif; ?> </form> <!-- end .search-form -->