Kod: Tümünü seç
#-----[ FIND ]------------------------------------------
#
<td class="row2"><span class="gen"><a href="{catrow.forumrow.U_VIEWFORUM}" target="_new">{catrow.forumrow.FORUM_NAME}</a></span>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<td class="row2"><span class="gen">
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
{catrow.forumrow.FORUM_ICON_IMG}
#
Kod: Tümünü seç
<!-- BEGIN forumrow -->
<tr>
<td class="row2">
<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
<span class="gensmall">{catrow.forumrow.FORUM_DESC}</span>
</td>
<td class="row1" align="center">{catrow.forumrow.NUM_TOPICS}</td>
<td class="row2" align="center">{catrow.forumrow.NUM_POSTS}</td>
<td class="row1" align="center">
<a href="{catrow.forumrow.U_FORUM_EDIT}">{L_EDIT}</a><br />
<a href="{catrow.forumrow.U_FORUM_DELETE}">{L_DELETE}</a>
</td>
<td class="row1" align="center">
<a href="{catrow.forumrow.U_FORUM_MOVE_UP}">{L_MOVE_UP}</a><br />
<a href="{catrow.forumrow.U_FORUM_MOVE_DOWN}">{L_MOVE_DOWN}</a>
</td>
<td class="row2" align="center"><a href="{catrow.forumrow.U_FORUM_RESYNC}">{L_RESYNC}</a></td>
</tr>
<!-- END forumrow -->