dede实现动态主页

方法也很简单:将根目录下的index.php的内容替换成,如下代码,并删除index.html即可<?phpif(!file_exists(dirname(__FILE__).’/data/common.inc.php’)){header(‘Location:install/index.php’);exit();}require_once (dirname(__FILE__) . "/include/common.inc.php");require_once DEDEINC."/arc.partview.class.php";$GLOBALS[‘_arclistEnv’] = ‘index’;$row = $dsql->GetOne("Select * From `dede_homepageset`");$row[‘templet’] = MfTemplet($row[‘templet’]);$pv = new PartView();$pv->SetTemplet($cfg_basedir . $cfg_templets_dir . "/" . $row[‘templet’]);$pv->Display();?>

往往为了自己的不能失败,而处心积虑前怕狼后怕虎,

dede实现动态主页

相关文章:

你感兴趣的文章:

标签云: