1
0

Fix shopware-bg body class setting

This commit is contained in:
Daniel Papilion
2023-02-24 11:06:29 +01:00
parent 5b821a21c8
commit 94858bc3a8

View File

@@ -79,11 +79,7 @@
{% endblock %}
{% block base_body_classes %}
{{ parent() }}
{% if activeRoute == 'frontend.home.page' %}
shopware-bg
{% endif %}
{{parent()}} {% if activeRoute == 'frontend.home.page' %}shopware-bg{% endif %}
{% endblock %}
{% block base_breadcrumb %}{% endblock %}