Showing
1 changed file
with
2 additions
and
1 deletions
@@ -18,7 +18,8 @@ class IndexController extends AbstractAction | @@ -18,7 +18,8 @@ class IndexController extends AbstractAction | ||
18 | 18 | ||
19 | // 渲染模板 | 19 | // 渲染模板 |
20 | $this->_view->display('index', array( | 20 | $this->_view->display('index', array( |
21 | - 'background' => Index\HomeModel::getBgImage() | 21 | + 'background' => Index\HomeModel::getBgImage(), |
22 | + 'channelPage' => true | ||
22 | )); | 23 | )); |
23 | } | 24 | } |
24 | 25 |
-
Please register or login to post a comment