打开/m/index.php文件
找到
找到
$row['showmod'] = isset($row['showmod'])? $row['showmod'] : 0;if ($row['showmod'] == 1){$pv->SaveToHtml(dirname(__FILE__).'/index.html');include(dirname(__FILE__).'/index.html');exit();} else {$pv->Display();exit();}
改成
$pv->SetTemplet($cfg_basedir . $cfg_templets_dir . "/" . $row['templet']);$pv->Display();exit();