Skip to content
Snippets Groups Projects
Commit c4f2a232 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-7066-kpaxman-fix_socials' into '1.1.x'

ISTWCMS-7066: make global social icons work without breaking site ones

See merge request !224
parents ac978372 bffa9dd3
No related branches found
No related tags found
1 merge request!224ISTWCMS-7066: make global social icons work without breaking site ones
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
} %} } %}
</div> </div>
<div class="uw-footer__social"> <div class="uw-footer__social">
{# The global footer icons don't come through in the menu_tree array - this next line forces them to be there. #}
{# The *site* footer icons *do* come in the menu_tree array, which is why this is needed. #}
{% set social_media = { 'menu_tree': social_media } %}
{% include "@components/menu/menu--social/menu--social.twig" with { {% include "@components/menu/menu--social/menu--social.twig" with {
'social_media': social_media, 'social_media': social_media,
"social_media_placement": 'global-site-footer', "social_media_placement": 'global-site-footer',
......
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