HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/expodubai.colombia.co/wp-content/themes/osapa/header-layout22.php
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js no-svg">
<head>
	<?php global $smof_data, $ftc_page_datas; ?>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="http://gmpg.org/xfn/11">

	<?php 
	ftc_theme_favicon();
	wp_head(); 
	?>
</head>
<?php
$header_classes = array();
if( isset($smof_data['ftc_enable_sticky_header']) && $smof_data['ftc_enable_sticky_header'] ){
	$header_classes[] = 'header-sticky';
}
?>
<body <?php body_class(); ?>>
	<?php ftc_header_mobile_navigation(); ?>
	<div id="page" class="site">
		<?php if( !is_page_template('page-blank.php') ): ?>
			<header id="masthead" class="site-header">
				<div class="header-ftc header-<?php echo esc_attr($smof_data['ftc_header_layout']); ?> header-layout21 ">
					<div class="header-content <?php echo esc_attr(implode(' ', $header_classes)); ?>">
						<div class="container">
							<div class="mobile-button">
								<div class="mobile-nav">
									<i class="fa fa-bars"></i>
								</div>
							</div>
							<div class="nav-left-content">
								<div class="dropdown-button-menu">
									<span class="fa fa-bars"><span>Menu</span></span>
									<div id="dropdown-list" class="drop">
										<div class="dropdown-menu-cont">
											<?php if ( has_nav_menu( 'primary' ) ) : ?>
												<div class="navigation-primary">
													<div class="container">
														<?php get_template_part( 'template-parts/navigation/navigation', 'primary' ); ?>
													</div><!-- .container -->
												</div><!-- .navigation-top -->
											<?php endif; ?>
											<?php if(isset($smof_data['ftc_header_social_editor']) && $smof_data['ftc_header_social_editor'] ){ ?>
												<div class="header-mobile-social">
													<?php echo wp_kses_post( do_shortcode($smof_data['ftc_header_social_editor']) ); ?>
												</div>
												<?php } ?>
											</div>
										
									</div>
								</div>
								
								<?php if( isset($smof_data['ftc_enable_search']) && $smof_data['ftc_enable_search'] ): ?>
									<div class="ftc-search-product"><?php ftc_get_search_form_by_category(); ?></div>
								<?php endif; ?>
							</div>  
							<div class="logo-wrapper is-desktop"><?php echo ftc_theme_logo(); ?></div>
							<div class="logo-wrapper is-mobile"><?php echo ftc_theme_logo_mobile(); ?></div>
							<div class="nav-right-content">
								<?php if( isset($smof_data['ftc_enable_tiny_account']) && $smof_data['ftc_enable_tiny_account'] ): ?>
									<div class="ftc-sb-account"><?php echo ftc_tiny_account(); ?></div>
								<?php endif; ?>
								<div class="dropdown-button">
									<span class="fa fa-bars"><span>Setting</span></span>
									<div id="dropdown-list" class="drop">
										<?php if( isset($smof_data['ftc_enable_tiny_account']) && $smof_data['ftc_enable_tiny_account'] ): ?>
											<div class="ftc-sb-account"><?php echo ftc_tiny_account(); ?></div>
										<?php endif; ?>

										<?php if( class_exists('YITH_WCWL') && isset($smof_data['ftc_enable_tiny_wishlist']) && $smof_data['ftc_enable_tiny_wishlist'] ): ?>
											<div class="ftc-my-wishlist"><?php echo ftc_tini_wishlist(); ?></div>
										<?php endif; ?>
										<?php if( isset($smof_data['ftc_header_currency']) && $smof_data['ftc_header_currency'] ): ?>
											<div class="header-currency"><?php ftc_woocommerce_multilingual_currency_switcher(); ?></div>
										<?php endif; ?>

										<?php if( isset($smof_data['ftc_header_language']) && $smof_data['ftc_header_language'] ): ?>
											<div class="header-language"><?php ftc_wpml_language_selector(); ?></div>
										<?php endif; ?>
									</div>
								</div>
								<?php if( isset($smof_data['ftc_enable_tiny_shopping_cart']) && $smof_data['ftc_enable_tiny_shopping_cart'] ): ?>
									<div class="ftc-shop-cart"><?php echo ftc_tiny_cart(); ?></div>
								<?php endif; ?>
								
							</div>
						</div>
					</div>

				</div>
			</header><!-- #masthead -->
		<?php endif; ?>

		<div class="site-content-contain">
			<div id="content" class="site-content">