Authored by Rock Zhang

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

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