打开该文件后,按照以下步骤操作: 1. 查找大概在813行的代码:
$this->PreNext['pre'] = "上一篇:{$preRow['title']} ";
$this->PreNext['pre'] = "Previous: {$preRow['title']} ";
$this->PreNext['pre'] = "上一篇:没有了 ";
$this->PreNext['pre'] = "Previous: No";
$this->PreNext['next'] = "下一篇:{$nextRow['title']} ";
$this->PreNext['next'] = "Next: {$nextRow['title']} ";
$this->PreNext['next'] = "下一篇:没有了 ";
$this->PreNext['next'] = "Next: No ";