dede channelartlist 支持currentstyle解决办法

2024年05月17日 dede channelartlist 支持 current 懒猪技术

打开include\taglib\channelartlist.lib.php

找到$pv->Fields['typeurl'] = GetOneTypeUrlA($typeids[$i]);

5.7版本在93行

在这行代码下面添加:

if($typeids[$i]['id'] == $refObj->TypeLink->TypeInfos['id'] || $typeids[$i]['id'] == $refObj->TypeLink->TypeInfos['topid'] ){

$pv->Fields['currentstyle'] = $currentstyle ? $currentstyle : 'navOn';

}

else{

$pv->Fields['currentstyle'] = '';

}

本文链接:http://so.lmcjl.com/news/4765/

展开阅读全文
相关内容