18 lines
501 B
HTML
18 lines
501 B
HTML
<BOUCLE_extra2_rubrique(RUBRIQUES){id_rubrique}>
|
|
[(#REM) Menu de navigation mots-cles ]
|
|
<B_mots>
|
|
<div class="liste mots">
|
|
<h2 class="h2"><:mots_clefs:></h2>
|
|
<ul class="liste-items">
|
|
<BOUCLE_mots(MOTS) {id_rubrique} {par titre}>
|
|
<li class="item"><a href="#URL_MOT" rel="tag">#TITRE</a></li>
|
|
</BOUCLE_mots>
|
|
</ul>
|
|
</div>
|
|
</B_mots>
|
|
[(#COMPOSITION|=={blog}|oui)
|
|
<INCLURE{fond=inclure/mots-articles-rubrique,env} />
|
|
<INCLURE{fond=inclure/periode-mois,env} />]
|
|
|
|
</BOUCLE_extra2_rubrique>
|