mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix global responsive_debug if env != dev
This commit is contained in:
parent
9fa82fc44c
commit
3bffde6123
@ -38,7 +38,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% if responsive_debug == 1 %}
|
||||
{% if responsive_debug is defined and responsive_debug == 1 %}
|
||||
{{ include('@ChillMain/Layout/_debug.html.twig') }}
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user