custom/plugins/Biowine/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.                     {% if controllerAction|lower == "home" %}
  5.                         <div class="footer--copyright newCopyright"> Realisiert von <a
  6.                                     href="https://www.codeschreiber.de"
  7.                                     title="Wordpress & Shopware – Onlineshop's, Programmierarbeiten, ">CodeSchreiber.de
  8.                                 - E-Commerce Programmierer</a> | Partner: <a href="https://www.stempelservice.de"
  9.                                                                              title="Stempel und Stempelzubehör online bestellen">www.stempelservice.de</a>
  10.                         </div>
  11.                     {% endif %}
  12.                 </div>
  13.             {% endblock %}