1 $tpsql = " reid=0 AND ispart<>2 AND ishidden<>1 AND channeltype>0 ";
修改为:
1 $tpsql = " reid=0 AND ishidden<>1 AND channeltype>0 ";
即删除 AND ispart<>2 完成。 栏目为外部链接时默认使用新窗口打开,其它栏目使用当前窗口打开的修改方法。 查找:
1 $pv->Fields['typeurl'] = GetoneTypeUrlA($typeids[$i]);
1 if($typeids[$i]['ispart'] == 2){ 2 3 $pv->Fields['typeurl'] = $pv->Fields['typeurl'].'" target="_blank'; 4 }
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)