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) ) $currentst […]



解决办法:
修改include/taglib/channel.lib.php
查找:
  1. if( ($row['id']==$typeid || ($topid==$row['id'] && $type=='top') ) && $currentstyle!='' )
改成
  1. if( ( $row['id']== $refObj->TypeLink->TypeInfos['id'] || ($topid==$row['id'] && $type=='top') ) && $currentstyle!='' )


加载中~