custom/plugins/GrimmTheme/src/Resources/views/storefront/s360/megamenu/desktop/items/link.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/s360/megamenu/desktop/items/link.html.twig' %}
  2. {% block s360_megamenu_item_link %}
  3.     {% if page.header.navigation.active.breadcrumb and item.categoryLinkId %}
  4.         {% set isActive = item.categoryLinkId in page.header.navigation.active.plainBreadcrumb|keys %}
  5.     {% endif %}
  6.     {{ parent() }}
  7. {% endblock %}