custom/plugins/ProcWegmannTheme/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. {% block layout_header_top_bar %}
  3.   <div class="top-bar-fullwidth-wrapper">
  4.     <div class="container">
  5.       <div class="col-12">
  6.         <div class="top-bar d-none d-lg-block">
  7.           <nav class="top-bar-nav">
  8.             <div class="shop-benefits">
  9.               <div class="shop-benefit-container">
  10.                 <span class="benefit-icon">{% sw_icon '1-Komplettes-Sortiment'  style { 'size': 's', 'pack': 'custom-icons' } %}</span>
  11.                 <span class="benefit-text">
  12.                   {{ 'proclane-wegmann-theme.header.top-bar.benefit-1'|trans|sw_sanitize }}
  13.                 </span>
  14.               </div>
  15.               <div class="shop-benefit-container">
  16.                 <span class="benefit-icon">{% sw_icon '2-Direkte-Produktverfuegbarkeit'  style { 'size': 's', 'pack': 'custom-icons' } %}</span>
  17.                 <span class="benefit-text">
  18.                   {{ 'proclane-wegmann-theme.header.top-bar.benefit-2'|trans|sw_sanitize }}
  19.                 </span>
  20.               </div>
  21.               <div class="shop-benefit-container">
  22.                 <span class="benefit-icon">{% sw_icon '3-Service-Center'  style { 'size': 's', 'pack': 'custom-icons' } %}</span>
  23.                 <span class="benefit-text">
  24.                   {{ 'proclane-wegmann-theme.header.top-bar.benefit-3'|trans|sw_sanitize }}
  25.                 </span>
  26.               </div>
  27.               <div class="shop-benefit-container">
  28.                 <span class="benefit-icon">{% sw_icon '4-Hilfe-Support'  style { 'size': 's', 'pack': 'custom-icons' } %}</span>
  29.                 <span class="benefit-text">
  30.                   {{ 'proclane-wegmann-theme.header.top-bar.benefit-4'|trans|sw_sanitize }}
  31.                 </span>
  32.               </div>
  33.             </div>
  34.             <div class="currency-and-language-selection">
  35.               {% block layout_header_top_bar_language %}
  36.                 {% sw_include '@Storefront/storefront/layout/header/actions/language-widget.html.twig' %}
  37.               {% endblock %}
  38.               {% block layout_header_top_bar_currency %}
  39. {#                {% sw_include '@Storefront/storefront/layout/header/actions/currency-widget.html.twig' %}#}
  40.               {% endblock %}
  41.               {# @deprecated tag:v6.5.0 - will be removed, has been moved to footer #}
  42.               {% block layout_header_top_bar_service %}{% endblock %}
  43.             </div>
  44.           </nav>
  45.         </div>
  46.       </div>
  47.     </div>
  48.   </div>
  49. {% endblock %}