From 8200e44569d5f756ca677865d31d829029d49a48 Mon Sep 17 00:00:00 2001 From: Martin Filipovic Hinrichs Date: Thu, 4 Jun 2026 10:38:17 +0200 Subject: [PATCH] simplify override: footer.html.twig --- .../storefront/layout/footer/footer.html.twig | 228 +++--------------- 1 file changed, 40 insertions(+), 188 deletions(-) diff --git a/src/Resources/views/storefront/layout/footer/footer.html.twig b/src/Resources/views/storefront/layout/footer/footer.html.twig index 10c576f..b16a26e 100644 --- a/src/Resources/views/storefront/layout/footer/footer.html.twig +++ b/src/Resources/views/storefront/layout/footer/footer.html.twig @@ -1,8 +1,8 @@ {% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %} + {% block layout_footer_inner_container %}
- {% block layout_footer_navigation %} - {% endblock %} - - {% block layout_footer_navigation_hotline_content %} - {% endblock %} + {{ block('layout_footer_navigation_hotline_content') }}
{% endblock %} - {% block layout_footer_navigation_logo %} - {% endblock %} -
- {% block layout_footer_bottom %} {% endblock %} {% endblock %} + + +{% block layout_footer_navigation_column %} + +{% endblock %}