custom/plugins/WebmueckeTheme/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_copyright %}
  3.     <div class="footer-copyright">
  4.         {{ "footer.copyrightInfo"|trans|sw_sanitize }} - powered by: <a href="https://www.webmuecke.de" target="_blank">webmuecke</a>
  5.     </div>
  6. {% endblock %}