custom/plugins/CioSalesRepresentative/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends 'storefront/base.html.twig' %}
  2. {% block base_header_inner %}
  3.     {% if cio_master_login_show_bar == true %}
  4.         <div style="border-bottom: 1px solid rgba(255, 255, 255, .2); height: 42px; display: flex; align-items: center; justify-content: center;">
  5.             <div>
  6.                 Das ist eine Subsession. <a href="{{ seoUrl('storefront.account.sales.representative.masterlogin') }}" style="color: #d9b700; font-weight: bold;">Zurück zum Hauptaccount.</a>
  7.             </div>
  8.         </div>
  9.     {% endif %}
  10.     {{ parent() }}
  11. {% endblock %}