custom/plugins/AcrisShopSwitchCS/src/Resources/views/storefront/layout/header/top-bar.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/top-bar.html.twig' %}
  2. {% block layout_header_top_bar_language %}
  3.     {% if context.customer is empty %}
  4.         {% sw_include '@AcrisShopSwitchCS/storefront/component/acris-shop-switch-header/direct.html.twig' with {position: 'top-bar'}%}
  5.     {% endif %}
  6.     {{ parent() }}
  7. {% endblock %}