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 %}
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue