dede:channel二級導航currentstyle屬性失效問題

dede:channel默認只做用在一級導航中,在調用下級導航(type='son')時,發現不起做用。php

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

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

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

相關文章
相關標籤/搜索