...
|
...
|
@@ -27,7 +27,7 @@ class IndexController extends WebAction |
|
|
'boysHomePage' => true,
|
|
|
'boys' => \Index\HomeModel::getChannelResource(\Index\HomeModel::COOKIE_NAME_BOYS, \Index\HomeModel::CODE_BOYS_CHANNEL)
|
|
|
);
|
|
|
$this->_view->display('index', $data);
|
|
|
$this->_view->display('../boys/index', $data);
|
|
|
}
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|