Authored by Rock Zhang

去除购物车小房子按钮

@@ -36,7 +36,7 @@ class IndexController extends AbstractAction @@ -36,7 +36,7 @@ class IndexController extends AbstractAction
36 public function indexAction() 36 public function indexAction()
37 { 37 {
38 $this->setTitle('购物车'); 38 $this->setTitle('购物车');
39 - $this->setNavHeader('购物车'); 39 + $this->setNavHeader('购物车', true, '');
40 40
41 $shoppingKey = Helpers::getShoppingKeyByCookie(); 41 $shoppingKey = Helpers::getShoppingKeyByCookie();
42 $uid = $this->getUid(true); 42 $uid = $this->getUid(true);