- Открываем файл index.php (в корне)
- Ищем строчку
$Mainclass->module['general']=true;
Перед ней ставим # - А в следуещей строчке вместо modules/mainpage пишем modules/news
- В результате имеем:
#$Mainclass->module['general']=true; $Mainclass->LoadModule('modules/news');
З.Ы. Проверил. Работает
