本站承接DedeCMS仿站服务,大家如有需要请联系QQ:751865
本站所有商业模板均提供使用详细安装说明(含视频)
解决办法:
修改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!='' )
- 评论列表(网友评论仅供网友表达个人看法,并不表明本站同意其观点或证实其描述)
-