modules/XC/CrispWhiteSkin/templates/web/customer/layout/content/breadcrumbs.twig line 1

Open in your IDE?
  1. {##
  2.  # Location (breadcrumbs)
  3.  #}
  4. {% if (this.isTitleVisible() and this.getTitle()) or this.isShowAdditionalMobileBreadcrumbs() %}
  5.   <div id="{{ this.isShowAdditionalMobileBreadcrumbs() ? 'mobile-breadcrumb' : 'breadcrumb' }}">
  6.     {{ widget_list('layout.main.breadcrumb') }}
  7.   </div>
  8. {% endif %}