custom/plugins/ProcWegmannThemeExtend/src/Resources/views/storefront/layout/header/header.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/header.html.twig' %}
  2. {% block layout_header_actions_account %}
  3.     {% if not config('ProclaneWegmannThemeExtend.config.hideLoginIcon') %}
  4.     <div class="col-auto">
  5.         <div class="account-menu">
  6.             {% sw_include '@Storefront/storefront/layout/header/actions/account-widget.html.twig' %}
  7.         </div>
  8.     </div>
  9.     {% endif %}
  10. {% endblock %}