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/osapaOld/header-layout14.php
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js no-svg">
<head>
    <?php global $smof_data, $osapa_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 
    osapa_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']); ?> <?php echo esc_attr(implode(' ', $header_classes)); ?>">

                 <div class="header-content">
                    <div class="container">
                        <div class="nav-left-content">
                            <?php if( isset($smof_data['ftc_enable_tiny_account']) && $smof_data['ftc_enable_tiny_account'] ): ?>
                                <div class="ftc-sb-account"><?php print_r(osapa_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 wp_kses_post(osapa_tini_wishlist()); ?></div>
                            <?php endif; ?>
                            <?php
                            if( isset($smof_data['ftc_enable_tiny_checkout']) && $smof_data['ftc_enable_tiny_checkout'] ):?>
                                <div class="ftc-checkout"><?php echo wp_kses_post(osapa_tini_checkout()); ?></div>
                            <?php endif; ?>
                        </div>
                        <div class="mobile-button">
                            <div class="mobile-nav">
                                <i class="fa fa-bars"></i>
                            </div>
                        </div> 
                        <div class="logo-wrapper is-desktop"><?php osapa_theme_logo(); ?></div>
                        <div class="logo-wrapper is-mobile"><?php osapa_theme_logo_mobile(); ?></div>
                        <div class="nav-right-content">
                            <?php if( isset($smof_data['ftc_enable_search']) && $smof_data['ftc_enable_search'] ): ?>
                                <div class="ftc-search-product"><?php osapa_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 wp_kses_post(osapa_tiny_cart()); ?></div>
                            <?php endif; ?>        
                            <?php if( isset($smof_data['ftc_header_currency']) && $smof_data['ftc_header_currency'] ): ?>
                                <div class="header-currency"><?php osapa_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 osapa_wpml_language_selector(); ?></div>
                            <?php endif; ?>
                        </div>
                    </div>
                </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>

       </header><!-- #masthead -->
   <?php endif; ?>
   <div class="site-content-contain">
      <div id="content" class="site-content">