" /> <?php } ?> </a> </p><!-- .site-logo --> </div><!-- .site-branding --> <div class="header-mobile-tools"> <a title="Menu" href="#" id="hamburger-icon" class=""> <span class="hamburger-icon-inner"> <span class="line line-1"></span> <span class="line line-2"></span> <span class="line line-3"></span> </span> </a> <?php if (cruxstore_is_wc() && cruxstore_option('header_cart', 1) && !cruxstore_option('catalog_mode', 0)) { ?> <?php cruxstore_cart_link('cart-mobile', '<i class="cruxstore-icon-Shopping-Cart"></i>'); ?> <?php } ?> </div> </div> </div>
function cruxstore_cart_link_fragment($fragments) { ob_start(); cruxstore_cart_link(); $fragments['a.cart-contents'] = ob_get_clean(); ob_start(); cruxstore_cart_link('cart-mobile', '<i class="cruxstore-icon-Shopping-Cart"></i>'); $fragments['a.cart-mobile'] = ob_get_clean(); return $fragments; }