sibtracker/templates/default/forum/forums.tpl

7 lines
478 B
Smarty
Raw Normal View History

2019-05-18 13:46:03 +08:00
<tr>
<td align="center" width="1%" class="row2">{status}</td>
<td align="left" class="row2"><strong>{name}</strong> (<a href="{forum_id_rss}"><font color=orange><b>RSS</b></font></a>)<br /><span class="forumdesc">{description}<strong>{forums}</strong><i>{moderators}</i></span></td>
<td align="center" class="row1">{topics}</td>
<td align="center" class="row1">{post}</td>
<td align="left" class="row1" nowrap="nowrap"><span class="lastaction">{last}</span></td>
</tr>