un modèles pour lister les articles d'un mot-clef

This commit is contained in:
chankalan 2021-09-24 09:33:33 +02:00
parent dcac1b4b99
commit 007397ee27
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<BOUCLE_m(MOTS){id_mot}>
<B_pl>
<div class="liste articles">
<ul>
<BOUCLE_pl(ARTICLES) {id_mot}{!par titre}>
<li><a href="#URL_ARTICLE">#TITRE</a></li>
</BOUCLE_pl>
</ul>
</div>
</B_pl>
</BOUCLE_m>