modif menu, suppression ornements

This commit is contained in:
Valentin
2024-10-31 01:32:57 +01:00
parent 13bbaef953
commit 4845247d6b
29 changed files with 280 additions and 975 deletions

View File

@@ -38,38 +38,24 @@
]
%}
<div{{ attributes.addClass(classes) }}>
<div class="ornements_top_under">
<div></div>
<div></div>
</div>
<div class="content_partenaires fullpage">
<div class="ornements_top_over">
<div></div>
<div></div>
<div></div>
</div>
<div class="ornements_bottom_over">
<div></div>
<div></div>
</div>
<h2>
{{ view_array['#title']['#markup'] }}
</h2>
{{ title_prefix }}
{{ title }}
{{ title_suffix }}
{% if header %}
<header>
{{ header }}
</header>
{% endif %}
{{ exposed }}
{{ attachment_before }}
{% if rows -%}
<div>
{{ rows }}
@@ -78,11 +64,10 @@
{{ empty }}
{% endif %}
{{ pager }}
{{ attachment_after }}
{{ more }}
</div>
{{ feed_icons }}
</div>