PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/polo-family.com/wp-content/themes/emallshop/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/polo-family.com/wp-content/themes/emallshop/header.php

<?php
error_reporting(0);
/**
 * The template for displaying the header
 *
 * Displays all of the head element and everything up until the "site-content" div.
 *
 * @package WordPress
 * @subpackage EmallShop
 * @since EmallShop 1.0
 */
?><!DOCTYPE html>

<html <?php language_attributes(); ?> class="no-js">
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="profile" href="<?php echo shopdeal_get_protocol();?>//gmpg.org/xfn/11">
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
	<?php $favicon_icon=emallshop_get_option('favicon-icon');
	if(! function_exists( 'has_site_icon' ) || ! has_site_icon()) :
		if( !empty($favicon_icon)){?>
			<link rel="icon" type="image/x-icon" href="<?php echo esc_url($favicon_icon['url']);?>">
		<?php }
	endif;?>
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

<?php do_action( 'es_after_body' ); //EmallShop 2.0 ?> 

<?php if(emallshop_get_option('site-loader',0)==1):?>
	<div id="emallshop-loader-wrapper">
		<div class="emallshop-loader-section">
			<?php if(emallshop_get_option('site-loading-image','pre-defined')=='pre-defined'){
				$loader_img=EMALLSHOP_IMAGES.'/site-'.emallshop_get_option('site-loader-img', 'loader' ).'.gif';
			}else{
				$loader_img_url=emallshop_get_option('custom-loader-img');
				$loader_img = (!empty($loader_img_url['url'])) ?  $loader_img_url['url'] : EMALLSHOP_IMAGES.'/site-loader.gif';
			}?>
			<img src="<?php echo esc_url($loader_img);?>" alt="<?php esc_attr_e('loader', 'emallshop');?>">
		</div>
	</div>
<?php endif;?>
<div class="panel-overlay"></div>
<div class="wrapper<?php echo esc_html(emallshop_get_option('theme-layout', 'full-layout')=='boxed-layout') ? ' boxed-layout' : '';?>">
	<div id="mobile-menu-wrapper" class="mobile-menu-wrapper">
		<a href="#" id="mobile-nav-close" class=""><i class="fa fa-close"></i></a>
		<div class="navbar-collapse">			
			<?php emallshop_header_mobile_menu(); ?>				
		</div><!-- /.navbar-collapse -->		
	</div>
	<div class="main-container">
		<header id="header" class="header <?php echo esc_attr(emallshop_get_option('header-layout','header-1'));?>">
			
			<?php // Topbar, Header and Navigation		
				get_template_part( 'templates/header/'.emallshop_get_option('header-layout','header-1'));
			?>
			
			<?php // Page Heading and Breadcrumbs
			if(!is_front_page() && emallshop_get_option('show-page-heading', 1)){			
					get_template_part( 'templates/page-heading/'.emallshop_get_option('page-heading-layout','page-heading-2'));			
			}?>
		</header>
		<div id="main-content" class="site-content">
			<div class="container">		
				<div class="row">