Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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); |
-
Please register or login to post a comment