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 %}