diff --git a/templates/overrides/navigation/oe-corporate-blocks-ec-footer.html.twig b/templates/overrides/navigation/oe-corporate-blocks-ec-footer.html.twig index b0dfe6923cae41e740561517c9483c3bbffa55be..56b7d37218655fe97e822aea395b5abc526953bc 100644 --- a/templates/overrides/navigation/oe-corporate-blocks-ec-footer.html.twig +++ b/templates/overrides/navigation/oe-corporate-blocks-ec-footer.html.twig @@ -60,7 +60,7 @@ ], } %} - {% include '@oe-bcl/bcl-footer/bcl-footer.html.twig' with { + {% include '@oe-bcl/footer' with { 'variant': 'ec', 'rows': [_top_sections, _bottom_sections], 'attributes': attributes, diff --git a/templates/overrides/navigation/oe-corporate-blocks-eu-footer.html.twig b/templates/overrides/navigation/oe-corporate-blocks-eu-footer.html.twig index 13326a2b798a17c7ddfae94a2834767822d1a4bf..cc8a6d0751aed668dd9d13794c2ddd97c42f5f2b 100644 --- a/templates/overrides/navigation/oe-corporate-blocks-eu-footer.html.twig +++ b/templates/overrides/navigation/oe-corporate-blocks-eu-footer.html.twig @@ -89,7 +89,7 @@ ], } %} - {% include '@oe-bcl/bcl-footer/bcl-footer.html.twig' with { + {% include '@oe-bcl/footer' with { 'variant': 'eu', 'rows': [_top_sections, _bottom_sections], 'attributes': attributes, diff --git a/templates/overrides/navigation/oe-corporate-blocks-neutral-footer.html.twig b/templates/overrides/navigation/oe-corporate-blocks-neutral-footer.html.twig index 324a7cfa18c3f37d5ff5ef40a66dd04b3f6079ae..9ea73bc9875d5f7b689cf057ab0c39f18b9e014f 100644 --- a/templates/overrides/navigation/oe-corporate-blocks-neutral-footer.html.twig +++ b/templates/overrides/navigation/oe-corporate-blocks-neutral-footer.html.twig @@ -100,7 +100,7 @@ ], } %} - {% include '@oe-bcl/bcl-footer/bcl-footer.html.twig' with { + {% include '@oe-bcl/footer' with { 'variant': 'neutral', 'rows': [_top_sections], 'attributes': attributes,