custom/plugins/NetzpStaging6/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.     {% set stagingName = getenv('NETZP_STAGING_NAME') %}
  4.     {% if(config('NetzpStaging6.config.showInfo') and stagingName) %}
  5.         <div class="netzp-staging--testserver">
  6.             {{ 'netzp.staging.label' | trans }}: <b>{{ stagingName }}</b>
  7.         </div>
  8.     {% endif %}
  9.     {{ parent() }}
  10. {% endblock %}