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 %}
- {{ 'footer.serviceHotline'|trans|sw_sanitize }} -
-
+
+ - {{ "footer.includeVat"|trans({ - '%url%': path('frontend.cms.page',{ id: config('core.basicInformation.shippingPaymentInfoPage') }) - })|raw }} -
- {% else %} -- {{ "footer.excludeVat"|trans({ - '%url%': path('frontend.cms.page',{ id: config('core.basicInformation.shippingPaymentInfoPage') }) - })|raw }} -
- {% endif %} -