|
forumdisplay_list.htm
搜索以下代码- <a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_GET['archiveid']}archiveid={$_GET['archiveid']}&{/if}extra=$extra"$thread[highlight]{if $thread['isgroup'] == 1 || $thread['forumstick']} target="_blank"{else}{/if} class="xst" >$thread[subject]</a>
[color=rgb(51, 102, 153) !important]复制代码
改成:- <a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_GET['archiveid']}archiveid={$_GET['archiveid']}&{/if}extra=$extra"$thread[highlight]{if $thread['isgroup'] == 1 || $thread['forumstick']} target="_blank"{else}{/if} class="xst" style="color:#0657B2;">$thread[subject]</a>
[color=rgb(51, 102, 153) !important]复制代码
style="color:#0657B2;" 红色部分为颜色代码,可以自己修改
|
|