Resolve "Fix layout of password recover pages"

This commit is contained in:
juminet
2025-09-02 08:29:26 +00:00
committed by Julien Fastré
parent c0826bc65c
commit 82c02f442b
9 changed files with 46 additions and 35 deletions

View File

@@ -30,7 +30,11 @@
{{ include('@ChillMain/Layout/_debug.html.twig') }}
{% endif %}
{{ include('@ChillMain/Layout/_header.html.twig') }}
{% if header_logo_only is defined and header_logo_only == 1 %}
{{ include('@ChillMain/Layout/_header_logo_only.html.twig') }}
{% else %}
{{ include('@ChillMain/Layout/_header.html.twig') }}
{% endif %}
{% block top_banner %}{#
To use if you want to add a banner below the header (ie the menu)