on décide de l'ordre manuellement, plus par date
This commit is contained in:
parent
9409407958
commit
daed75d69a
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
<aside class="col-lg-3">
|
||||
<div id="agenda" class="mt-4 mt-lg-0">
|
||||
<h2 class="h3">Agenda</h2>
|
||||
<BOUCLE_agenda(ARTICLES){titre_mot=agenda}>
|
||||
<BOUCLE_agenda(ARTICLES){titre_mot=agenda}{par num titre}>
|
||||
<div class="agenda-evenement">
|
||||
<a href="#URL_ARTICLE">
|
||||
<h3 class="h5">#TITRE</h3>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<B_a_la_une>
|
||||
<div class="row liste-articles">
|
||||
#ANCRE_PAGINATION
|
||||
<BOUCLE_a_la_une(ARTICLES){titre_mot=a_la_une}{!par date}{pagination 3}>
|
||||
<BOUCLE_a_la_une(ARTICLES){titre_mot=a_la_une}{par num titre}{pagination 3}>
|
||||
<div class="col-lg-4 mt-4 mt-lg-0">
|
||||
<INCLURE{fond=inclure/bloc_article, env, id_article}/>
|
||||
</div>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</BOUCLE_compteur>
|
||||
</ol>
|
||||
<div class="carousel-inner">
|
||||
<BOUCLE_diapo(ARTICLES){titre_mot=diaporama}{tout}>
|
||||
<BOUCLE_diapo(ARTICLES){titre_mot=diaporama}{par num titre}{tout}>
|
||||
[(#SET{lien_url,[(#URL_SITE|sinon{#URL_ARTICLE})]})]
|
||||
<div class="carousel-item [(#COMPTEUR_BOUCLE|=={1}|oui) active]">
|
||||
<div class="carousel-caption text-light">
|
||||
|
|
Loading…
Add table
Reference in a new issue