shopware 6.7 - fix footer.html.twig

This commit is contained in:
Martin Filipovic Hinrichs 2026-06-04 16:15:06 +02:00
parent a0f038ebd6
commit 7164504302

View file

@ -12,7 +12,7 @@
{% block layout_footer_navigation_hotline_headline %}
<div class="footer-column-headline footer-headline js-footer-column-headline js-collapse-footer-column-trigger"
id="collapseFooterHotlineTitle"
{{ dataBsTargetAttr }}="#collapseFooterHotline"
data-bs-target="#collapseFooterHotline"
aria-expanded="true"
aria-controls="collapseFooterHotline">
{{ 'footer.serviceHotlineHeadline'|trans|sw_sanitize }}
@ -55,8 +55,8 @@
{% if root.category.type == 'folder' %}
{{ root.category.translated.name }}
{% else %}
<a href="{{ category_url(root.category) }}"
{% if category_linknewtab(root.category) %}target="_blank"{% endif %}
<a href="{{ root.category.seoUrl }}"
{% if root.category.shouldOpenInNewTab %}target="_blank"{% endif %}
title="{{ root.category.translated.name }}">
{{ root.category.translated.name }}
</a>