You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
696 B
17 lines
696 B
<B_nav_forums> |
|
<div class="menu liste_comments liste comments"[ id="(#ANCRE_PAGINATION|extraire_attribut{id})"]> |
|
<h2><:mediaspip_core:titre_derniers_commentaires:></h2> |
|
<ul class="menu-liste"> |
|
<BOUCLE_nav_forums(FORUMS?){objet=article}{plat}{!par date}{pagination #ENV{pagination,10}}> |
|
<li class="item last-comment"> |
|
[(#DATE_HEURE|affdate)] - |
|
<a href="#URL_FORUM"> |
|
<BOUCLE_article(ARTICLES){id_article=#ID_OBJET}>[(#TITRE)]</BOUCLE_article> |
|
<BOUCLE_auteur(AUTEURS){tout}{id_auteur}>[ ((#NOM))]</BOUCLE_auteur> |
|
</a> |
|
</li> |
|
</BOUCLE_nav_forums> |
|
</ul> |
|
[<div class="pagination">(#PAGINATION{#ENV{type_pagination,page}})</div>] |
|
</div> |
|
</B_nav_forums> |