码迷,mamicode.com
首页 > 其他好文 > 详细

dede:channel二级导航currentstyle属性失效问题

时间:2019-03-02 17:20:00      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:info   inf   link   top   typeid   style   nbsp   ||   属性   

dede:channel默认只作用在一级导航中,在调用下级导航(type=‘son‘)时,发现不起作用。

修改方法:修改 include/taglib/channel.lib.php

第133行。if( ($row[‘id‘]==$typeid || ($topid==$row[‘id‘] && $type==‘top‘) ) && $currentstyle!=‘‘ )

改为: if( ($row[‘id‘]==$refObj->TypeLink->TypeInfos[‘id‘] || ($topid==$row[‘id‘] && $type==‘top‘) ) && $currentstyle!=‘‘ )

 

dede:channel二级导航currentstyle属性失效问题

标签:info   inf   link   top   typeid   style   nbsp   ||   属性   

原文地址:https://www.cnblogs.com/laq627/p/10461748.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!