mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 17:44:58 +00:00
Resolve "Fix layout of password recover pages"
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user