织梦dedecms pagelist标签怎么修改

wdzsjl 1个月前 (10-10) 阅读数 12 #帝国EmpireCMS
{dede:pagelist listitem="info,index,end,pageno" listsize="5" /}

直接修改这里是没有用的,我们要找到相对应的文件,像这类文件都在include目录下,我们找到arc_listview.class.php,打开找到

function GetPageListST($list_len,$listitem="index,end,pre,next,pageno",$pagelisttype='')

这个函数就是分页函数了,这只是静态页面的如果要修改动态页面可以找到

function GetPageListDM($list_len,$listitem="index,end,pre,next,pageno")

这样你就可以随意修改了,我只修改一个地方,如

$maininfo = "<li><span class="pageinfo">共<strong>{$totalpage}</strong>页 www.hzhuti.com共有".$this->Fields[&#39;typename&#39;]."手机主题".$this->TotalResult."条</span></li>rn";

 

wx.jpg ywfw.jpg
热门