mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
adding global responsive_debug (false) in env=dev
This commit is contained in:
parent
883cb858a9
commit
9795704532
@ -38,9 +38,10 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{#
|
{% if responsive_debug == 1 %}
|
||||||
{{ include('@ChillMain/Layout/_debug.html.twig') }}
|
{{ include('@ChillMain/Layout/_debug.html.twig') }}
|
||||||
#}
|
{% endif %}
|
||||||
|
|
||||||
{{ include('@ChillMain/Layout/_header.html.twig') }}
|
{{ include('@ChillMain/Layout/_header.html.twig') }}
|
||||||
|
|
||||||
{% block top_banner %}{#
|
{% block top_banner %}{#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user