PATH:
home
/
fengshp
/
www
/
wp-content
/
themes
/
themify-ultra
/
includes
<?php if ( themify_is_woocommerce_active() && themify_theme_show_area( 'cart_icon' ) ) :?> <div class="cart-icon"> <div class="cart-wrap"> <a class="cart-icon-link" href="<?php echo themify_show_slide_cart()?'#slide-cart':wc_get_cart_url(); ?>"> <em class="icon-shopping-cart"> <?php echo themify_get_icon(themify_get('setting-ic-cart','fas shopping-cart',true),false,false,false,array('aria-label'=>__('Shop Cart','themify'))); ?> </em> <span></span> <em class="screen-reader-text"><?php _e( 'Cart', 'themify' ); ?></em> </a> <!-- /.cart-wrap --> </div> </div> <?php endif;
[+]
..
[-] content-single.php
[edit]
[-] post-nav.php
[edit]
[-] featured-area.php
[edit]
[-] loop-portfolio.php
[edit]
[-] post-meta.php
[edit]
[-] single-slider.php
[edit]
[-] sidebar-alt.php
[edit]
[-] header-slider.php
[edit]
[-] pagination.php
[edit]
[-] cart-icon.php
[edit]
[-] header-widgets.php
[edit]
[-] loop-product-cart.php
[edit]
[-] author-box.php
[edit]
[-] related-posts.php
[edit]
[-] portfolio-meta.php
[edit]
[-] footer-widgets.php
[edit]
[-] shopdock.php
[edit]
[-] loop.php
[edit]
[-] single-gallery.php
[edit]