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

Open in your IDE?
  1. {% sw_extends '@@Storefront/storefront/base.html.twig' %}
  2. {% block base_footer %}
  3.     {% block footer_divider %}
  4.         <div class="{% if context.salesChannel.name != "SWB" %}footer-divider{% else %}swb-footer-divider{% endif %}"></div>
  5.     {% endblock %}
  6.     <footer class="footer-main">
  7.         {% block base_footer_inner %}
  8.             {% sw_include '@Storefront/storefront/layout/footer/footer.html.twig' %}
  9.         {% endblock %}
  10.     </footer>
  11. {% endblock %}