custom/plugins/NetzpShopmanager6/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_top_bar %}
  3.     {% if config('NetzpShopmanager6.config.message') %}
  4.         {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
  5.             type:"warning",
  6.             content: config('NetzpShopmanager6.config.message')
  7.         } %}
  8.     {% endif %}
  9.     {{ parent() }}
  10. {% endblock %}