{IF.topics_in} {COMMENT}Si il y a des sujets à l'intérieur{/COMMENT}
<table style="width: 100%;" class="visible_table">
<tr>
<th style="width: 1px; max-width: 10%; text-align: center;">Nouveaux messages</th>
<th style="text-align: center;">Titre</th>
<th style="text-align: center; width: 10%;">Dernier message</th>
</tr>
{BEGIN.topics}
<tr>
<td style="text-align: center;">{TOPIC.nb_new}</td>
<td style="text-align: center;"><a href="{REWRITE.topic.{TOPIC.id}.{TOPIC.titre}}">{TOPIC.titre}</a></td>
<td style="text-align: center;">{TOPIC.last_msg}</td>
</tr>
{END.topics}
</table>
{/IF}
{IF.no_topic_in} {COMMENT}Si il n'y a pas de sujet à l'intérieur{/COMMENT}
<table style="width: 100%;" class="visible_table">
<tr>
<th style="width: 1px; max-width: 10%; text-align: center;">Nouveaux messages</th>
<th style="text-align: center;">Titre</th>
<th style="text-align: center; width: 10%;">Dernier message</th>
</tr>
<tr><td colspan="3" style="text-align: center;">Il n'y a pas de message dans ce forum</td></tr>
</table>
{/IF}
Partager