...
|
...
|
@@ -24,6 +24,9 @@ class LifestyleController extends AbstractAction |
|
|
// 显示底部TAB
|
|
|
$this->setNavFooterTab();
|
|
|
$uid = $this->getUid(true);
|
|
|
|
|
|
$this->setCookie('_Channel', 'lifestyle');
|
|
|
|
|
|
// 渲染模板并输出
|
|
|
$this->_view->display('index', array(
|
|
|
'lifestyleHomePage' => true,
|
...
|
...
|
|