sibtracker/templates/default/forum/category.tpl
2019-05-18 13:46:03 +08:00

16 lines
585 B
Smarty

<div class="borderwrap">
<div class="maintitle"> <img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" />&nbsp;{category}</div>
<table width="100%" cellspacing="1" cellpadding="0" class="ipbtable">
<tr>
<th width="66%" align="left" colspan="2">Ôîðóì</th>
<th width="7%" align="center">Òåì</th>
<th width="7%" align="center">Îòâåòîâ</th>
<th width="35%" align="left">Ïîñëåäíåå ñîîáùåíèå</th>
</tr>
{forums}
<tr>
<td colspan="7" class="catend"><!-- äîëæíî áûòü ïóñòî --></td>
</tr>
</table>
</div>
<br />