dedecms织梦channel指定typeid之后,currentstyle无效的解决办法

时间:2017-08-10
解决办法:
 
修改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!='' )

上一条:dedecms织梦后台自定义表单添加搜索功能 下一条:dedecms 跨域共享cookie的域名 实际方法

相关文章

最新文章