2007-5-1 09:19
1224
index.htm
刪除
[code] <td width="18%">{lang forum_moderators}</td>[/code]
找
[code]<td width="46%">{lang forum_name}</td>[/code]
改為
[code]<td width="64%">{lang forum_name}</td>[/code]
刪除
[code]<td bgcolor="{ALTBG2}" style="word-break: keep-all">$forum[moderator]</td>[/code]
找
[code]<br>$forum[description]<br>[/code]
後面加
[code]{lang forum_moderators}:<font style="word-break: keep-all">$forum[moderator]</font><br>[/code]