PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
woocommerce
/
loop
<?php /** * Breadcrumbs. * * @package Flatsome/WooCommerce/Templates * @flatsome-version 3.16.0 */ $classes = array(); $classes[] = 'is-' . get_theme_mod( 'breadcrumb_size', 'large' ); ?> <div class="<?php echo implode( ' ', $classes ); ?>"> <?php flatsome_breadcrumb(); ?> </div>
[-] loop-start.php
[edit]
[-] result-count.php
[edit]
[-] header.php
[edit]
[-] rating.php
[edit]
[-] sale-flash.php
[edit]
[-] filter-button.php
[edit]
[-] breadcrumbs.php
[edit]
[-] loop-end.php
[edit]
[-] pagination.php
[edit]
[+]
..