Server IP : 192.64.118.117 / Your IP : 18.116.62.169 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/tcrgfinancesuite.com/wp-content/themes/tcrgfinancesuite/ |
Upload File : |
<?php /** * The main template file. * * @package Betheme * @author Muffin group * @link http://muffingroup.com */ $translate['search-placeholder'] = mfn_opts_get('translate') ? mfn_opts_get('translate-search-placeholder','Enter your search') : __('Enter your search','betheme'); ?> <form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <?php if( mfn_opts_get('header-search') == 'shop' ): ?> <input type="hidden" name="post_type" value="product" /> <?php endif;?> <i class="icon_search icon-search-fine"></i> <a href="#" class="icon_close"><i class="icon-cancel-fine"></i></a> <input type="text" class="field" name="s" id="s" placeholder="<?php echo $translate['search-placeholder']; ?>" /> <input type="submit" class="submit" value="" style="display:none;" /> </form>