Authored by Rock Zhang

去除搜索品牌页右上角的导航

@@ -56,7 +56,7 @@ class BrandController extends AbstractAction @@ -56,7 +56,7 @@ class BrandController extends AbstractAction
56 public function searchAction() 56 public function searchAction()
57 { 57 {
58 $this->setTitle('品牌一览'); 58 $this->setTitle('品牌一览');
59 - $this->setNavHeader('品牌一览'); 59 + $this->setNavHeader('品牌一览', true, false);
60 60
61 $channel = Helpers::getChannelByCookie(); 61 $channel = Helpers::getChannelByCookie();
62 62