...
|
...
|
@@ -30,13 +30,6 @@ class BoysController extends AbstractAction |
|
|
$this->setNavFooterTab();
|
|
|
$uid = $this->getUid(true);
|
|
|
$content = Index\HomeModel::getBoysFloor($uid);
|
|
|
// $content[] = array(
|
|
|
// 'notice' => array(
|
|
|
// 'open' => true,
|
|
|
// 'list' => UserModel::getNoticeData(),
|
|
|
// 'time' => 3,
|
|
|
// )
|
|
|
// );
|
|
|
|
|
|
// 渲染模板并输出
|
|
|
$this->_view->display('index', array(
|
...
|
...
|
|