Feat : réactivation des boutons Admin SPIP. Ajout du tri par date inverse si pas de tang pour Actualités, Agenda et Séminaires
This commit is contained in:
parent
cd702576ed
commit
d159c678cf
4 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ if (!isset($GLOBALS['z_blocs']))
|
||||||
|
|
||||||
|
|
||||||
// On retire les boutons "Espace privé" et "Recalculer" pour les admins
|
// On retire les boutons "Espace privé" et "Recalculer" pour les admins
|
||||||
$GLOBALS['flag_preserver'] = true;
|
//$GLOBALS['flag_preserver'] = true;
|
||||||
|
|
||||||
// proteger le #FORMULAIRE_NOUS_CONTACTER
|
// proteger le #FORMULAIRE_NOUS_CONTACTER
|
||||||
$GLOBALS['formulaires_no_spam'][] = 'nous_contacter';
|
$GLOBALS['formulaires_no_spam'][] = 'nous_contacter';
|
|
@ -35,7 +35,7 @@
|
||||||
<aside class="col-lg-3">
|
<aside class="col-lg-3">
|
||||||
<div id="agenda" class="mt-4 mt-lg-0">
|
<div id="agenda" class="mt-4 mt-lg-0">
|
||||||
<h2 class="h3">Agenda</h2>
|
<h2 class="h3">Agenda</h2>
|
||||||
<BOUCLE_agenda(ARTICLES){titre_mot=agenda}{par rang}>
|
<BOUCLE_agenda(ARTICLES){titre_mot=agenda}{par rang}{!par date}>
|
||||||
<div class="agenda-evenement">
|
<div class="agenda-evenement">
|
||||||
<a href="#URL_ARTICLE">
|
<a href="#URL_ARTICLE">
|
||||||
<h3 class="h5">#TITRE</h3>
|
<h3 class="h5">#TITRE</h3>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<B_a_la_une>
|
<B_a_la_une>
|
||||||
<div class="row liste-articles">
|
<div class="row liste-articles">
|
||||||
#ANCRE_PAGINATION
|
#ANCRE_PAGINATION
|
||||||
<BOUCLE_a_la_une(ARTICLES){titre_mot=Actualités}{par rang}{pagination 3}>
|
<BOUCLE_a_la_une(ARTICLES){titre_mot=Actualités}{par rang}{!par date}{pagination 3}>
|
||||||
<div class="col-lg-4 mt-4 mt-lg-0">
|
<div class="col-lg-4 mt-4 mt-lg-0">
|
||||||
<INCLURE{fond=inclure/bloc_article, env, id_article}/>
|
<INCLURE{fond=inclure/bloc_article, env, id_article}/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<B_articles>
|
<B_articles>
|
||||||
<div class="row liste-articles-encadres">
|
<div class="row liste-articles-encadres">
|
||||||
#ANCRE_PAGINATION
|
#ANCRE_PAGINATION
|
||||||
<BOUCLE_articles(ARTICLES){titre_mot=seminaires}{par rang}{pagination 6}>
|
<BOUCLE_articles(ARTICLES){titre_mot=seminaires}{par rang}{!par date}{pagination 6}>
|
||||||
<div class="col-lg-4 mt-4 mt-lg-3">
|
<div class="col-lg-4 mt-4 mt-lg-3">
|
||||||
<INCLURE{fond=inclure/bloc_article, env, id_article,evenement=oui}/>
|
<INCLURE{fond=inclure/bloc_article, env, id_article,evenement=oui}/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue