Fix shopware-bg body class setting
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user