默认显示页码数有10条,比如想更改成显示3条,例如这样
上一页 1 2 3...34 下一页
更改phpcmslibsfunctionsglobal.func.php,找到分页函数,大概在665行,function pages,修改为$setpages = 3 即可。