Authored by Rock Zhang

添加是否推荐app下载链接标志位

@@ -333,7 +333,7 @@ class AbstractAction extends Controller_Abstract @@ -333,7 +333,7 @@ class AbstractAction extends Controller_Abstract
333 */ 333 */
334 protected function setNavFooter() 334 protected function setNavFooter()
335 { 335 {
336 - $footer = array('showDownloadApp'=>true); 336 + $footer = array();
337 337
338 // 已登录 @todo 338 // 已登录 @todo
339 $name = $this->getUname(); 339 $name = $this->getUname();
@@ -26,6 +26,7 @@ class BoysController extends AbstractAction @@ -26,6 +26,7 @@ class BoysController extends AbstractAction
26 // 渲染模板并输出 26 // 渲染模板并输出
27 $this->_view->display('index', array( 27 $this->_view->display('index', array(
28 'boysHomePage' => true, 28 'boysHomePage' => true,
  29 + 'showDownloadApp'=>true,
29 'maybeLike' => true, 30 'maybeLike' => true,
30 'content' => Index\HomeModel::getBoysFloor() 31 'content' => Index\HomeModel::getBoysFloor()
31 )); 32 ));
@@ -26,6 +26,7 @@ class GirlsController extends AbstractAction @@ -26,6 +26,7 @@ class GirlsController extends AbstractAction
26 // 渲染模板并输出 26 // 渲染模板并输出
27 $this->_view->display('index', array( 27 $this->_view->display('index', array(
28 'grilsHomePage' => true, 28 'grilsHomePage' => true,
  29 + 'showDownloadApp'=>true,
29 'maybeLike' => true, 30 'maybeLike' => true,
30 'content' => Index\HomeModel::getGirlsFloor() 31 'content' => Index\HomeModel::getGirlsFloor()
31 )); 32 ));
@@ -19,7 +19,8 @@ class IndexController extends AbstractAction @@ -19,7 +19,8 @@ class IndexController extends AbstractAction
19 // 渲染模板 19 // 渲染模板
20 $this->_view->display('index', array( 20 $this->_view->display('index', array(
21 'background' => Index\HomeModel::getBgImage(), 21 'background' => Index\HomeModel::getBgImage(),
22 - 'channelPage' => true 22 + 'channelPage' => true,
  23 + 'showDownloadApp'=>true
23 )); 24 ));
24 } 25 }
25 26
@@ -26,6 +26,7 @@ class KidsController extends AbstractAction @@ -26,6 +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 + 'showDownloadApp'=>true,
29 'maybeLike' => true, 30 'maybeLike' => true,
30 'content' => Index\HomeModel::getKidsFloor() 31 'content' => Index\HomeModel::getKidsFloor()
31 )); 32 ));
@@ -26,6 +26,7 @@ class LifestyleController extends AbstractAction @@ -26,6 +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 + 'showDownloadApp'=>true,
29 'maybeLike' => true, 30 'maybeLike' => true,
30 'content' => Index\HomeModel::getLifestyleFloor() 31 'content' => Index\HomeModel::getLifestyleFloor()
31 )); 32 ));