lktl 发表于 2013-10-19 09:46:31

PHPCMS V9修改黄页为网站入口


公司最近一个网站,要用到PHPCMS V9的黄页作为网站首页入口,在论坛上找到了答案,特此分享一下并收藏。
1. caches\configs\route.php
'default'=>array('m'=>'content', 'c'=>'index', 'a'=>'init'),
改为
'default'=>array('m'=>'yp', 'c'=>'index', 'a'=>'init'),
2. phpcms\modules\content\classes\html.class.php
public function index() {
...
}

include template('content','index',$style);
改为
include template('yp','index',$style);
页: [1]
查看完整版本: PHPCMS V9修改黄页为网站入口

a