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/wp-content/themes/osapa_/header-layout23.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']); ?>">  
					<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="logo-wrapper is-desktop"><?php echo ftc_theme_logo(); ?></div>
							<div class="logo-wrapper is-mobile"><?php echo ftc_theme_logo_mobile(); ?></div>
							<?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; ?>
							<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; ?>
								<?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; ?>
								<?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">