...
|
...
|
@@ -26,7 +26,7 @@ class LifestyleController extends AbstractAction |
|
|
// 渲染模板并输出
|
|
|
$this->_view->display('index', array(
|
|
|
'lifestyleHomePage' => true,
|
|
|
'showFooterTab'=>true,
|
|
|
'showFooterTab'=> false,
|
|
|
'maybeLike' => true,
|
|
|
'content' => Index\HomeModel::getLifestyleFloor(),
|
|
|
'pageFooter' => true,
|
...
|
...
|
|