custom/plugins/BoedenThemeExtension/src/Resources/views/storefront/layout/footer/footer.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %}
  2. {# @fourtwosix-edit: inserted newly for Boeden #}
  3. {% block layout_footer_payment_logos %}
  4.     {{ block('layout_footer_payment_logos', "@zenitPlatformStratus/storefront/layout/footer/footer.html.twig") }}
  5. {% endblock %}
  6. {% block zen_layout_footer_bottom_left %}
  7.     <div class="footer-bottom-left order-2 order-md-1">
  8.         {# @fourtwosix-edit: This was changed #}
  9.         <div class="footer-copyright text-left">
  10.             {{ 'zentheme.general.copyright'|trans({
  11.                 '%year%': 'now'|date('Y'),
  12.                 '%shopname%': config('core.basicInformation.shopName'),
  13.                 '%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>',
  14.                 '%href%': 'https://www.426.agency',
  15.                 '%title%': '426 - Your Digital Upgrade',
  16.                 '%name%': '426 - Your Digital Upgrade'
  17.             })|raw }}
  18.             {# @fourtwosix-edit: end #}
  19.         </div>
  20.     </div>
  21. {% endblock %}
  22. {% block zen_layout_footer_bottom_right %}
  23.     <div class="footer-bottom-right order-1 order-md-2 text-right">
  24.         {{  block('layout_footer_service_menu', "@zenitPlatformStratus/storefront/layout/footer/footer.html.twig") }}
  25. {#            {% if theme_config('zen-footer-bottom-service-navigation') is not same as (false) and page.header.serviceMenu.elements is not empty %}#}
  26. {#                {{ block('layout_footer_service_menu_content') }}#}
  27. {#            {% else %}#}
  28. {#                {{ block('layout_footer_vat') }}#}
  29. {#            {% endif %}#}
  30. {#        {% endblock %}#}
  31.     </div>
  32. {% endblock %}