在 include/arc.archives.class.php文件中找到
<span style="background-color: rgb(255, 0, 0);"><span style="color:#FFFF00;">$this->PreNext['pre'] = "上一篇:<a href='$mlink'>{$preRow['title']}</a> ";</span></span>
在其前面加上一句:
<strong><span style="font-size:24px;">$preRow['title']=cn_substr($preRow['title'],120);</span></strong>
与
<span style="color:#FFFF33;"><span style="background-color: rgb(255, 0, 0);">$this->PreNext['next'] = "下一篇:<a href='$mlink'>{$nextRow['title']}</a> ";</span></span>
前面加上一句:
<pre name="code" class="html"><strong><span style="font-size:24px;">$nextRow['title']=cn_substr($nextRow['title'],90);</span></strong>