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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2.     {% block base_scroll_up %}
  3.         {{ parent() }}
  4.         {% block base_flying_contact_container %}
  5.             {% set phone = context.salesChannel.customFields.custom_sales_channel_phone %}
  6.             <div class="flying-contact-container">
  7.                 <div class="flying-contact-telephone">
  8.                     <a href="tel:{{ phone }}"
  9.                        class="tel">
  10.                         {% sw_icon 'phone' style {
  11.                             'namespace': 'Tuerschild_2',
  12.                         } %}
  13.                         {{ phone }}
  14.                     </a>
  15.                 </div>
  16.             </div>
  17.         {% endblock %}
  18.     {% endblock %}
  19.     {% block header_top %}
  20.         <div class="header-top">
  21.             <ul>
  22.                 <li>
  23.                     {% sw_icon 'checkmark' style {
  24.                         'namespace': 'Tuerschild_2',
  25.                     } %} <span class="header-top-text">{{ "header.usp1"|trans|sw_sanitize }}</span>
  26.                 </li>
  27.                 <li>
  28.                     {% sw_icon 'checkmark' style {
  29.                         'namespace': 'Tuerschild_2',
  30.                     } %} <span class="header-top-text">{{ "header.usp2"|trans|sw_sanitize }}</span>
  31.                 </li>
  32.                 <li>
  33.                     {% sw_icon 'checkmark' style {
  34.                         'namespace': 'Tuerschild_2',
  35.                     } %} <span class="header-top-text">{{ "header.usp3"|trans|sw_sanitize }}</span>
  36.                 </li>
  37.             </ul>
  38.             c
  39.         </div>
  40.     {% endblock %}
  41.                     {% block layout_footer_copyright %}
  42.                         <div class="footer-copyright">
  43.                             {{ "footer.copyrightInfo"|trans|sw_sanitize }}
  44.                         </div>
  45.                     {% endblock %}
  46. {# {% set isHMRMode = true %} #}
  47. {# {% block base_header_inner %} #}
  48. {#    <div class="header-top"> #}
  49. {#        <h1>cyk2</h1> #}
  50. {#        <ul> #}
  51. {#            <li>09:00 - 12:00 Uhr & 12:45 - 16:45 Uhr</li> #}
  52. {#            <lli>09:00 - 12:00 Uhr</lli> #}
  53. {#        </ul> #}
  54. {#    </div> #}
  55. {#    {{ parent() }} #}
  56. {# {% endblock %} #}