Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit ec5d778d authored by escuriola's avatar escuriola
Browse files

OEL-1147: Modify footer component include.

parent 8078bfa5
No related branches found
No related tags found
1 merge request!81OEL-1147 - Footer
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
], ],
} %} } %}
{% include '@oe-bcl/bcl-footer/bcl-footer.html.twig' with { {% include '@oe-bcl/footer' with {
'variant': 'ec', 'variant': 'ec',
'rows': [_top_sections, _bottom_sections], 'rows': [_top_sections, _bottom_sections],
'attributes': attributes, 'attributes': attributes,
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
], ],
} %} } %}
{% include '@oe-bcl/bcl-footer/bcl-footer.html.twig' with { {% include '@oe-bcl/footer' with {
'variant': 'eu', 'variant': 'eu',
'rows': [_top_sections, _bottom_sections], 'rows': [_top_sections, _bottom_sections],
'attributes': attributes, 'attributes': attributes,
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
], ],
} %} } %}
{% include '@oe-bcl/bcl-footer/bcl-footer.html.twig' with { {% include '@oe-bcl/footer' with {
'variant': 'neutral', 'variant': 'neutral',
'rows': [_top_sections], 'rows': [_top_sections],
'attributes': attributes, 'attributes': attributes,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment