{% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %}
{# @fourtwosix-edit: inserted newly for Boeden #}
{% block layout_footer_payment_logos %}
{{ block('layout_footer_payment_logos', "@zenitPlatformStratus/storefront/layout/footer/footer.html.twig") }}
{% endblock %}
{% block zen_layout_footer_bottom_left %}
<div class="footer-bottom-left order-2 order-md-1">
{# @fourtwosix-edit: This was changed #}
<div class="footer-copyright text-left">
{{ 'zentheme.general.copyright'|trans({
'%year%': 'now'|date('Y'),
'%shopname%': config('core.basicInformation.shopName'),
'%love%': '<span class="icon icon-heart icon-xs"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M16 29.104l-1.938-1.75c-6.875-6.25-11.375-10.313-11.375-15.375 0-4.125 3.188-7.313 7.313-7.313 2.313 0 4.563 1.125 6 2.813 1.438-1.688 3.688-2.813 6-2.813 4.125 0 7.313 3.188 7.313 7.313 0 5.063-4.5 9.188-11.375 15.438z"></path></svg></span>',
'%href%': 'https://www.426.agency',
'%title%': '426 - Your Digital Upgrade',
'%name%': '426 - Your Digital Upgrade'
})|raw }}
{# @fourtwosix-edit: end #}
</div>
</div>
{% endblock %}
{% block zen_layout_footer_bottom_right %}
<div class="footer-bottom-right order-1 order-md-2 text-right">
{{ block('layout_footer_service_menu', "@zenitPlatformStratus/storefront/layout/footer/footer.html.twig") }}
{# {% if theme_config('zen-footer-bottom-service-navigation') is not same as (false) and page.header.serviceMenu.elements is not empty %}#}
{# {{ block('layout_footer_service_menu_content') }}#}
{# {% else %}#}
{# {{ block('layout_footer_vat') }}#}
{# {% endif %}#}
{# {% endblock %}#}
</div>
{% endblock %}