Kod: Tümünü seç
--## AÇ: viewforum.php ve BUL: ##----------------------------
'TOPIC_TYPE' => $topic_type,
--## Sonrasina Ekle: ##----------------------------
'TOPIC_TYPE_NUM' => $topic_rowset[$i]['topic_type'] + 1,
--## AÇ: viewforum_body.tpl ve BUL: ##----------------------------
<!-- BEGIN topicrow -->
--## Öncesine ekle ##----------------------------
<!-- DEFINE $LAST_TYPE = 1 -->
--## Sonrasina ekle ##----------------------------
<!-- BEGIN topicrow -->:
<!-- IF topicrow.TOPIC_TYPE_NUM < $LAST_TYPE -->
<!-- DEFINE $LAST_TYPE = topicrow.TOPIC_TYPE_NUM -->
<tr>
<th colspan="2" align="center" height="25" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th>
<th width="100" align="center" nowrap="nowrap"> {L_AUTHOR} </th>
<th width="50" align="center" nowrap="nowrap"> {L_VIEWS} </th>
<th align="center" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- ELSEIF topicrow.TOPIC_TYPE_NUM > 1 -->
<!-- DEFINE $LAST_TYPE = 2 -->
<!-- ENDIF -->
--## Kaydet ve Kapat ##----------------------------