From ec5d778d254a60b7c883f577d34a4153624f35da Mon Sep 17 00:00:00 2001 From: escuriola <escuriola@gmail.com> Date: Mon, 14 Mar 2022 09:58:23 +0100 Subject: [PATCH] OEL-1147: Modify footer component include. --- .../navigation/oe-corporate-blocks-ec-footer.html.twig | 2 +- .../navigation/oe-corporate-blocks-eu-footer.html.twig | 2 +- .../navigation/oe-corporate-blocks-neutral-footer.html.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 b0dfe692..56b7d372 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 13326a2b..cc8a6d07 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 324a7cfa..9ea73bc9 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, -- GitLab