shopware 6.7 - fix footer.html.twig
This commit is contained in:
parent
a0f038ebd6
commit
7164504302
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
{% block layout_footer_navigation_hotline_headline %}
|
{% block layout_footer_navigation_hotline_headline %}
|
||||||
<div class="footer-column-headline footer-headline js-footer-column-headline js-collapse-footer-column-trigger"
|
<div class="footer-column-headline footer-headline js-footer-column-headline js-collapse-footer-column-trigger"
|
||||||
id="collapseFooterHotlineTitle"
|
id="collapseFooterHotlineTitle"
|
||||||
{{ dataBsTargetAttr }}="#collapseFooterHotline"
|
data-bs-target="#collapseFooterHotline"
|
||||||
aria-expanded="true"
|
aria-expanded="true"
|
||||||
aria-controls="collapseFooterHotline">
|
aria-controls="collapseFooterHotline">
|
||||||
{{ 'footer.serviceHotlineHeadline'|trans|sw_sanitize }}
|
{{ 'footer.serviceHotlineHeadline'|trans|sw_sanitize }}
|
||||||
|
|
@ -55,8 +55,8 @@
|
||||||
{% if root.category.type == 'folder' %}
|
{% if root.category.type == 'folder' %}
|
||||||
{{ root.category.translated.name }}
|
{{ root.category.translated.name }}
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ category_url(root.category) }}"
|
<a href="{{ root.category.seoUrl }}"
|
||||||
{% if category_linknewtab(root.category) %}target="_blank"{% endif %}
|
{% if root.category.shouldOpenInNewTab %}target="_blank"{% endif %}
|
||||||
title="{{ root.category.translated.name }}">
|
title="{{ root.category.translated.name }}">
|
||||||
{{ root.category.translated.name }}
|
{{ root.category.translated.name }}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue