這是給初學者看的
當你使用 fiapplepink 風格後再裝上新聞站台\r
會發現原來的風格少了什麼\r
以下步驟是io的補遺方式
高手若發現io發文內容有誤\r
或者是有更好的修正方式
也請一同幫忙
代碼: 選擇全部
#
#-----[ 打?#125; ]------------------------------------------------
#
phpbb/templates/fiapplepink/index_news.tpl
#
#-----[ 尋找 ]------------------------------------------------
#
<td class="row2" colspan="4" align="center"><span class="genmed"><a href="{NEWS_LINK}">{L_NEWS_ARCHIVE}</a></span></td>
</tr>
</tfoot>
</table>
<br />
#
#-----[ 刪除這一段 ]------------------------------------------------
#
<br />
#
#-----[ 打?#125; ]------------------------------------------------
#
phpbb/templates/fiapplepink/index_body.tpl
#
#-----[ 尋找 ]------------------------------------------------
#
{new}
#
#-----[ 之後?#91;上 ]------------------------------------
#
<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="templates/fiapplepink/images/tb12_l.gif" width="10" height="12" alt="" /></td>
<td class="tb12bkg"><img src="images/spacer.gif" width="200" height="12" alt="" /></td>
<td><img src="templates/fiapplepink/images/tb12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>
</br>
<table border="0" cellpadding="0" cellspacing="0" class="ttb">
<tr>
<td><img src="templates/fiapplepink/images/tt12_l.gif" width="10" height="12" alt="" /></td>
<td class="tt12bkg"><img src="images/spacer.gif" width="200" height="12" alt="" /></td>
<td><img src="templates/fiapplepink/images/tt12_r.gif" width="10" height="12" alt="" /></td>
</tr>
</table>
#
#-----[ 完成 ]------------------------------------------
#