Как изменить..
VaultDweller
PPK
Код: Выделить всё
<tr>
<th colspan="2"> <!-- IF forumrow.FORUM_ASCHAT -->{L_PPK_CHAT}<!-- ELSE -->{L_FORUM}<!-- ENDIF --> </th>
<th width="50"> <!-- IF forumrow.FORUM_ASCHAT -->{L_IN_CHAT}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --> </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
Код: Выделить всё
<tr>
<th colspan="2"> <!-- IF forumrow.FORUM_ASCHAT -->{L_PPK_CHAT}<!-- ELSE -->{forumrow.FORUM_NAME}<!-- ENDIF --> </th>
<th width="50"> <!-- IF forumrow.FORUM_ASCHAT -->{L_IN_CHAT}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --> </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
Код: Выделить всё
<tr>
<td class="cat" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
<td class="catdiv" colspan="3"> </td>
</tr>
VaultDweller