兼容静态 动态 伪静态
支持第一页直接是栏目链接,第二页,第三页。。。。按当前分页
支持在开启绝对路径和没开启绝对路径不同输出
实现教程
1.打开 include/arc.listview.class.php 找到
else if($PageNo!=1 && $ctag->GetName()=='field' && $ctag->GetAtt('display')!='')
在它的上面加入
else if($ctag->GetName()=="itemcururl")
{
if($ismake==0)
{
$this->dtp->Assign($tagid,$this->GetItemsCurUrlDM());
}
else
{
$this->dtp->Assign($tagid,$this->GetItemsCurUrlST());
}
}
继续找到
获得当前的页面文件的url
在它的注释上面加入
列表页模板调用标签写法
{dede:itemcururl/}