| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/themes/novablog/static/ |
Upload File : |
<?php if (has_nav_menu('primary-menu')) { ?>
<nav id="primary" class="sidemenu sidemenu-off top-icon-wrap" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement">
<?php novablog_theme_main_menu(); ?>
<?php if (novablog_is_woocommerce_active() or novablog_getVariable('hamburger_menu') == 'no') { ?>
<ul class="icon-menu">
<?php if (novablog_is_woocommerce_active()):?>
<?php global $woocommerce; ?>
<?php
$total = $woocommerce->cart->get_cart_contents_count();
$cart_is_dropdown = 'dropdown';
?>
<li id="cart-icon-count" class="cart">
<a <?php if(!$cart_is_dropdown):?>id="cart-link"<?php endif; ?> href="<?php echo esc_url($woocommerce->cart->get_cart_url());?>">
<i class="hs hs-cart5"></i>
<span class="icon-menu-count<?php if($total<=0):?> cart_empty<?php endif; ?>"><?php echo esc_attr($total); ?></span>
<span class="tooltip"><?php esc_html_e('Cart','novablog')?></span>
</a>
<?php if($cart_is_dropdown):?>
<?php get_template_part( 'includes/shopdock' ); ?>
<?php endif;?>
</li>
<?php endif; ?>
<?php if (novablog_getVariable('hamburger_menu') == 'no') {?><li class="st-trigger-effects"><a href="#" class="bt-menu-trigger nav-icon4"><span></span></a></li>
<?php } ?>
</ul>
<?php } ?>
</nav>
<?php }