解决channel标签currentstyle样式无效不起作用的正确

解决channel标签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!='' )

你可能感兴趣的:(解决channel标签currentstyle样式无效不起作用的正确)