discuz x3.5 导读没有index首页页面 恢复回来
打开文件
/source/module/forum/forum_guide.php
第21行
if(!in_array($view, array('hot', 'digest', 'new', 'my', 'newthread', 'sofa'))) {
$view = 'hot';
}
改为
if(!in_array($view, array('hot', 'digest', 'new', 'my', 'newthread', 'sofa', 'index'))) {
$view = 'index';
}
OK。
file
相关文章