找到
include template($tpldir.'/category.html.php', 1);
改为
/* add for jidian by ala2test@2010-04-30 */
if ("jidian" == $modelsinfoarr['modelname'] && !$_GET['mo_catid'])
{
include template($tpldir.'/channel.html.php', 1);
} else {
include template($tpldir.'/category.html.php', 1);
}