源码论坛,商业源码下载,尽在锦尚中国商业源码论坛
标题:
dedecms织梦channel指定typeid,currentstyle属性样式无效解决方法
[打印本页]
作者:
洪七公
时间:
2020-3-17 15:04
标题:
dedecms织梦channel指定typeid,currentstyle属性样式无效解决方法
解决办法:
修改include/taglib/channel.lib.php
查找:
if( ($row['id']==$typeid || ($topid==$row['id'] && $type=='top') ) && $currentstyle!='' )
改成
if( ( $row['id']== $refObj->TypeLink->TypeInfos['id'] || ($topid==$row['id'] && $type=='top') ) && $currentstyle!='' )
欢迎光临 源码论坛,商业源码下载,尽在锦尚中国商业源码论坛 (https://bbs.52jscn.com/)
Powered by Discuz! X3.3