用织梦建站会手机站首页不更新的苦恼,每次 PC 更新,要去删除 m 目录下的 index.html,手机站首页才会更新,这样很麻烦,通过以下修改,让手机站首页是动态的,不生成 index.html,PC 端更新后,手机端首页自动更新,把\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();
专业提供WordPress主题安装、深度汉化、加速优化等各类网站建设服务,详询在线客服!