un modele pour les playlists

This commit is contained in:
chankalan 2021-09-23 22:45:23 +02:00
parent 8ba5373f83
commit dba9edf454
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<B_pl>
<div class="liste articles">
<ul>
<BOUCLE_pl(ARTICLES) {titre==^[P][L][0123456789]}{!par titre}>
<li><a href="#URL_ARTICLE">#TITRE</a></li>
</BOUCLE_pl>
</ul>
</div>
</B_pl>