mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-05 04:49:44 +00:00
adding global responsive_debug (false) in env=dev
This commit is contained in:
@@ -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 %}{#
|
||||||
|
Reference in New Issue
Block a user