Showing
4 changed files
with
4 additions
and
4 deletions
@@ -27,7 +27,7 @@ class BoysController extends AbstractAction | @@ -27,7 +27,7 @@ class BoysController extends AbstractAction | ||
27 | // 渲染模板并输出 | 27 | // 渲染模板并输出 |
28 | $this->_view->display('index', array( | 28 | $this->_view->display('index', array( |
29 | 'boysHomePage' => true, | 29 | 'boysHomePage' => true, |
30 | - 'showFooterTab'=>true, | 30 | + 'showFooterTab'=> false, |
31 | 'maybeLike' => true, | 31 | 'maybeLike' => true, |
32 | 'content' => Index\HomeModel::getBoysFloor(), | 32 | 'content' => Index\HomeModel::getBoysFloor(), |
33 | 'pageFooter' => true, | 33 | 'pageFooter' => true, |
@@ -27,7 +27,7 @@ class GirlsController extends AbstractAction | @@ -27,7 +27,7 @@ class GirlsController extends AbstractAction | ||
27 | // 渲染模板并输出 | 27 | // 渲染模板并输出 |
28 | $this->_view->display('index', array( | 28 | $this->_view->display('index', array( |
29 | 'grilsHomePage' => true, | 29 | 'grilsHomePage' => true, |
30 | - 'showFooterTab'=>true, | 30 | + 'showFooterTab'=> false, |
31 | 'maybeLike' => true, | 31 | 'maybeLike' => true, |
32 | 'content' => Index\HomeModel::getGirlsFloor(), | 32 | 'content' => Index\HomeModel::getGirlsFloor(), |
33 | 'pageFooter' => true, | 33 | 'pageFooter' => true, |
@@ -26,7 +26,7 @@ class KidsController extends AbstractAction | @@ -26,7 +26,7 @@ class KidsController extends AbstractAction | ||
26 | // 渲染模板并输出 | 26 | // 渲染模板并输出 |
27 | $this->_view->display('index', array( | 27 | $this->_view->display('index', array( |
28 | 'kidsHomePage' => true, | 28 | 'kidsHomePage' => true, |
29 | - 'showFooterTab'=>true, | 29 | + 'showFooterTab'=> false, |
30 | 'maybeLike' => true, | 30 | 'maybeLike' => true, |
31 | 'content' => Index\HomeModel::getKidsFloor(), | 31 | 'content' => Index\HomeModel::getKidsFloor(), |
32 | 'pageFooter' => true, | 32 | 'pageFooter' => true, |
@@ -26,7 +26,7 @@ class LifestyleController extends AbstractAction | @@ -26,7 +26,7 @@ class LifestyleController extends AbstractAction | ||
26 | // 渲染模板并输出 | 26 | // 渲染模板并输出 |
27 | $this->_view->display('index', array( | 27 | $this->_view->display('index', array( |
28 | 'lifestyleHomePage' => true, | 28 | 'lifestyleHomePage' => true, |
29 | - 'showFooterTab'=>true, | 29 | + 'showFooterTab'=> false, |
30 | 'maybeLike' => true, | 30 | 'maybeLike' => true, |
31 | 'content' => Index\HomeModel::getLifestyleFloor(), | 31 | 'content' => Index\HomeModel::getLifestyleFloor(), |
32 | 'pageFooter' => true, | 32 | 'pageFooter' => true, |
-
Please register or login to post a comment