dedecms给列表页标题加上页码的方法
打开arc.listview.class.php,找到
$this->ParseTempletsFirst();
$this->ParseDMFields($this->PageNo,0);
大概在400行左右,在他前面加入
$this->Fields[‘yema’] = $this->PageNo;
然后再列表页模板中调用,调用方法
{dede:field.yema /}
☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » dedecms给列表页标题加上页码的方法
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » dedecms给列表页标题加上页码的方法