Skip to content

Commit

Permalink
Renamed body_class block + moved _skin var
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Langlet <[email protected]>
  • Loading branch information
fastnloud and VincentLanglet authored Sep 11, 2020
1 parent 470d479 commit 8beaa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/standard_layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ file that was distributed with this source code.
</head>
<body
{% block body_attributes -%}
class="sonata-bc {{ _skin }} {% block body_class %}{% endblock %} fixed
class="sonata-bc {% block admin_lte_skin_class %}{{ _skin }}{% endblock %} fixed
{% if _use_select2 %}sonata-select2{% endif %}
{% if _use_icheck %}sonata-icheck{% endif %}
{% if app.request.cookies.get('sonata_sidebar_hide') -%}
Expand Down

0 comments on commit 8beaa16

Please sign in to comment.