Resolve "Ajouter un bandeau qui permet de distinguer les différents environnements"

This commit is contained in:
2025-10-08 11:05:22 +00:00
committed by Julien Fastré
parent bc2fbee5c6
commit d82c9cc9a7
7 changed files with 152 additions and 0 deletions

View File

@@ -26,6 +26,10 @@
</head>
<body>
{% if chill_main_config.top_banner is defined and chill_main_config.top_banner.visible is true %}
{{ include('@ChillMain/Layout/_top_banner.html.twig') }}
{% endif %}
{% if responsive_debug is defined and responsive_debug == 1 %}
{{ include('@ChillMain/Layout/_debug.html.twig') }}
{% endif %}