Fix shopware-bg body class setting
This commit is contained in:
@@ -79,11 +79,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block base_body_classes %}
|
{% block base_body_classes %}
|
||||||
{{ parent() }}
|
{{parent()}} {% if activeRoute == 'frontend.home.page' %}shopware-bg{% endif %}
|
||||||
|
|
||||||
{% if activeRoute == 'frontend.home.page' %}
|
|
||||||
shopware-bg
|
|
||||||
{% endif %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block base_breadcrumb %}{% endblock %}
|
{% block base_breadcrumb %}{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user