- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
<table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
{Des::foreach}{forums_list}{forum}
<?php if ($forum['hide_subject'] AND !$PowerBB->functions->ModeratorCheck($forum['id'])){
?>
{else}
{if {$forum['parent']} != 0}
<tr>
<td width="5" valign="top"><span class="writer_photo_thumb">{$forum['writer_photo_thumb']}</span></td>
<td class="smallfont" valign="top">
<a href="index.php?page=topic&show=1&id={$forum['last_subjectid']}">
{$forum['last_subject']}</a>
</td>
</tr>
{/if}
{/if}
{/Des::foreach}
</table>