custom/plugins/TraumPlugin/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. {% block layout_footer_vat %}
  3.     {% if  page.footer.extensions.TraumPlugin.seoText %}
  4.         <div class="seo-text text-center"> {{ page.footer.extensions.TraumPlugin.seoText|raw}}</div>
  5.     {% endif %}
  6.     {{ parent() }}
  7. {%  endblock %}
  8. {% block layout_footer_copyright %}
  9.     <div class="footer-copyright twt031">
  10.         {% sw_include '@Storefront/storefront/themeware/includes/tcinn.html.twig' %}
  11.     </div>
  12. {% endblock %}