modify api to yohobuy test env
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -25,7 +25,7 @@ class IndexController extends AbstractAction | @@ -25,7 +25,7 @@ class IndexController extends AbstractAction | ||
25 | $this->setNavFooter(); | 25 | $this->setNavFooter(); |
26 | 26 | ||
27 | // 生成HTML (index.html) | 27 | // 生成HTML (index.html) |
28 | - // $this->_view->html('index'); | 28 | + $this->_view->html('index'); |
29 | 29 | ||
30 | // 渲染模板 | 30 | // 渲染模板 |
31 | $this->_view->display('index', $data); | 31 | $this->_view->display('index', $data); |
-
Please register or login to post a comment