用織夢建站會(huì)手機(jī)站首頁不更新的苦惱,每次PC更新,要去刪除m目錄下的index.html,手機(jī)站首頁才會(huì)更新,這樣很麻煩,通過以下修改,讓手機(jī)站首頁是動(dòng)態(tài)的,不生成index.html,PC端更新后,手機(jī)端首頁自動(dòng)更新。
把/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(); |
新聞熱點(diǎn)
疑難解答
圖片精選