custom/plugins/WebLabels/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. {# @deprecated tag:v6.5.0 - will be removed, has been moved to footer #}
  3. {% block layout_header_top_bar_service %}
  4.   <div class="top-bar-contact">
  5.     <span class="contact-element"><a class="liefergebiete" target="_blank" href="/Informationen/Liefergebiete/">{% sw_icon 'gps' %} {{ 'wlcustom.liefergebiete'|trans }}</a></span>
  6.     {# <span class="contact-element">{% sw_icon 'marker' %} {{ "wlcustom.adresse"|trans }}</span> #}
  7.     <span class="contact-element">{% sw_icon 'envelope' %} {{ 'wlcustom.mail'|trans|raw }}</span>
  8.   </div>
  9. {% endblock %}