custom/plugins/PXPChildTheme/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 p1011">
  4.         {{ "twt.copyright"|trans({'%date%': 'now'|date('Y'), '%shopname%': context.salesChannel.translated.name})|sw_sanitize }}
  5.             Realised by {{ 'twt.tcinn'|trans({
  6.                 '%href%': 'https://www.menten.com',
  7.                 '%title%': 'menten GmbH',
  8.                 '%name%': 'menten.com'
  9.             })|raw }}
  10.     </div>
  11. {% endblock %}