created colloque 2024 theme
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user