OEL-1147 - Footer
Created by: escuriola
Merge request reports
Activity
20 'classes': 'col-12 col-lg-4', 21 'items': _section_3, 22 } 23 ], 24 } %} 54 25 55 {# Follow section must always be the last on the left. #} 56 {% set _section_2 = _section_2|merge([{ 57 'title': 'Follow us on social media'|t, 58 'links': bcl_footer_links(site_specific_footer.social_links), 59 }]) %} 60 {% endif %} 26 {% set eu_logo %} 27 <picture> 28 <source media="(max-width: 992px)" 29 srcset="{{ bcl_logo_path ~ 'eu/mobile/logo-eu--' ~ current_language_id|to_internal_language_id ~ '.svg' }}">
Please register or sign in to reply