HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: /home/madepabj/hc-cosmetics.com/wp-content/themes/dbea/tpl-head-mobile-bbar.php
<div class="mobile-bottom-bar visible-sm visible-xs"><div class="inner">
	<div class="btn-navbar leftsidebar">
	    <span class="overlay"></span>
	</div>
	<div class="btn-navbar rightsidebar">
	    <span class="overlay"></span>
	</div>
	<?php if(has_nav_menu('user_navigation')): ?>
	<div class="user-menu">
		<span class="tongle"></span>
		<?php
	           wp_nav_menu( array(
	           				'theme_location' => 'user_navigation',
	           				'container' => false,
	           				'depth' => 1,
	           				'menu_id' => 'user_navigation_mobile',
	           				'menu_class' => 'nav navbar-nav'
	           	) );
		?>
	</div>
	<?php endif ?>
<?php if ( class_exists('WooCommerce') ) : ?>
	<?php if ( function_exists('YITH_WCWL') ) { ?>
	<div class="mini-wishlist">
		<a class="tongle" href="<?php echo YITH_WCWL()->get_wishlist_url(); ?>">
			<span class="number"><?php echo YITH_WCWL()->count_products(); ?></span>
		</a>
	</div>
	<?php } ?>
	<div class="mini-cart sns-ajaxcart">
		<a href="<?php echo wc_get_cart_url(); ?>" class="tongle">
			<span class="cart-label"><?php echo esc_html__("Cart", "dbea"); ?></span>
			<span class="number"><?php echo sizeof( WC()->cart->get_cart() );?></span>
		</a>
		<?php if ( !is_cart() && !is_checkout() ) : ?>
			<div class="content">
				<div class="cart-title"><h4><?php echo esc_html__("My cart", "dbea"); ?></h4></div>
				<div class="block-inner">
					<?php the_widget( 'WC_Widget_Cart', 'title= ', array('before_title' => '', 'after_title' => '') ); ?>
				</div>
			</div>
		<?php endif; ?>
	</div>
<?php endif; ?>
</div></div>