un modele pour les playlists
This commit is contained in:
parent
8ba5373f83
commit
dba9edf454
9
squelettes/modeles/liste_playlists.html
Normal file
9
squelettes/modeles/liste_playlists.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user