摘要: 通过查找,找到了帝国cms控制文章分页标题title的代码在e/class/下面的functions.php中,因为我的这文件已经修改过了,行号不可考,可以搜索“$string=str_replace('[!--title.select--]',$titleselect,$string)”,在下面添加这段代码:if($thispagenum>1) { if($j>1) { $string=str_replace($add[title],$add[title]."第".$j."页",$string); } } 阅读全文
posted @ 2013-04-30 19:41 hakeer 阅读(1141) 评论(0) 推荐(0) 编辑