{% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %}
{% block layout_footer_copyright %}
<div class="footer-copyright">
{% if controllerAction|lower == "home" %}
<div class="footer--copyright newCopyright"> Realisiert von <a
href="https://www.codeschreiber.de"
title="Wordpress & Shopware – Onlineshop's, Programmierarbeiten, ">CodeSchreiber.de
- E-Commerce Programmierer</a> | Partner: <a href="https://www.stempelservice.de"
title="Stempel und Stempelzubehör online bestellen">www.stempelservice.de</a>
</div>
{% endif %}
</div>
{% endblock %}