custom/plugins/Inspirationa24/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. {# 
  3.  # (c) Jens Heidrich 2021-04-16
  4.  #
  5.  #}
  6.     {% block layout_footer_copyright %}
  7.         <div class="footer-copyright">
  8.             {{ "footer.copyrightInfo"|trans|sw_sanitize }}
  9.         </div>
  10.     {% endblock %}