created colloque 2024 theme

This commit is contained in:
2024-03-07 13:13:44 +01:00
parent 96da96e96d
commit ff8712ff3c
303 changed files with 45057 additions and 0 deletions
@@ -0,0 +1,18 @@
<div class="head">
{{ header }}
{% if more or view.storage.id == 'slide_programme' %}
<div class="wrap d-flex">
{% if more %}
<div class="more_link">
<a class="blue" href="{{more['#url']}}">{{ more['#title'] }}<span>+</span></a>
</div>
{% endif %}
{% if view.storage.id == 'slide_programme' %}
<div class="more_link ml-4">
<a download class="blue" href="{{ file_url(site_settings.information_global.le_programme.uri) }}">TÉLÉCHARGER PDF +</a>
</div>
{% endif %}
</div>
{% endif %}
</div>