Commit d28cab35 by 冷斌

测试首页

parent be9e24b8
...@@ -74,6 +74,8 @@ class IndexAction extends CommonAction ...@@ -74,6 +74,8 @@ class IndexAction extends CommonAction
$this->assign('is_school', is_school($this->mid) ? is_school($this->mid) : 0); $this->assign('is_school', is_school($this->mid) ? is_school($this->mid) : 0);
$tpl = $config['tpl'] ?: 'theme_x1'; $tpl = $config['tpl'] ?: 'theme_x1';
echo $tpl;
die;
$this->display($tpl); $this->display($tpl);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment