Showing
1 changed file
with
1 additions
and
1 deletions
@@ -27,7 +27,7 @@ class IndexController extends WebAction | @@ -27,7 +27,7 @@ class IndexController extends WebAction | ||
27 | 'boysHomePage' => true, | 27 | 'boysHomePage' => true, |
28 | 'boys' => \Index\HomeModel::getChannelResource(\Index\HomeModel::COOKIE_NAME_BOYS, \Index\HomeModel::CODE_BOYS_CHANNEL) | 28 | 'boys' => \Index\HomeModel::getChannelResource(\Index\HomeModel::COOKIE_NAME_BOYS, \Index\HomeModel::CODE_BOYS_CHANNEL) |
29 | ); | 29 | ); |
30 | - $this->_view->display('index', $data); | 30 | + $this->_view->display('../boys/index', $data); |
31 | } | 31 | } |
32 | 32 | ||
33 | } | 33 | } |
-
Please register or login to post a comment