[分享]News Archive,comments改成中文
發表於 : 2003-04-26 09:36
index_body.tpl
[php]<?php
<td class="row2" colspan="4" align="center"><span class="genmed">
<a href="{FORUM_LINK}">News Archive</a></span></td>
<td class="row2" align="right"><p><span class="gensmall"><a href="{newsrow.TOPIC_LAST_POST_LINK}">comments</a> ({newsrow.TOPIC_REPLIES})</span></p></td>
?>[/php]
改成
[php]<?php
<td class="row2" colspan="4" align="center"><span class="genmed">
<a href="{FORUM_LINK}">新聞</a></span></td>
<td class="row2" align="right"><p><span class="gensmall"><a href="{newsrow.TOPIC_LAST_POST_LINK}">評論</a> ({newsrow.TOPIC_REPLIES})</span></p></td>
?>[/php]
發表語法文章請記得使用 bbcode 以面版面衝突
修改時請移除避免執行出錯\r
edit by 竹
[php]<?php
<td class="row2" colspan="4" align="center"><span class="genmed">
<a href="{FORUM_LINK}">News Archive</a></span></td>
<td class="row2" align="right"><p><span class="gensmall"><a href="{newsrow.TOPIC_LAST_POST_LINK}">comments</a> ({newsrow.TOPIC_REPLIES})</span></p></td>
?>[/php]
改成
[php]<?php
<td class="row2" colspan="4" align="center"><span class="genmed">
<a href="{FORUM_LINK}">新聞</a></span></td>
<td class="row2" align="right"><p><span class="gensmall"><a href="{newsrow.TOPIC_LAST_POST_LINK}">評論</a> ({newsrow.TOPIC_REPLIES})</span></p></td>
?>[/php]
發表語法文章請記得使用 bbcode 以面版面衝突
修改時
代碼: 選擇全部
<?php ?>edit by 竹