Your IP : 216.73.216.196


Current Path : /home/icmq6107/clients/AKOFA/LaGazelleInfos/wp-content/themes/smart-mag/partials/header/
Upload File :
Current File : /home/icmq6107/clients/AKOFA/LaGazelleInfos/wp-content/themes/smart-mag/partials/header/cart.php

<?php
/**
 * Partial: Cart Icon for header.
 */

if (!function_exists('WC')) {
	return;
}

?>

<div class="cart-icon">
	<?php
		echo Bunyad::get('woocommerce')->cart_menu_link(); // Safe output generated from method.
	?>
</div>