Authored by Rock Zhang

修改品牌一览页面返回键跳转地址

Code Review By Rock Zhang
... ... @@ -18,7 +18,7 @@ class BrandController extends AbstractAction
public function indexAction()
{
$this->setTitle('品牌一览');
$this->setNavHeader('品牌一览');
$this->setNavHeader('品牌一览', '/boys?go=1&t=' . time());
/* 判断参数是否有效 */
$channel = null;
... ...