Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
2016-02-15 18:55:56 +0800
Commit
37a31ca2f14d36d1c157c5f734c18a24f67650eb
1 parent
f4c1f535
去除搜索品牌页右上角的导航
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Category/controllers/Brand.php
yohobuy/m.yohobuy.com/application/modules/Category/controllers/Brand.php
View file @
37a31ca
...
...
@@ -56,7 +56,7 @@ class BrandController extends AbstractAction
public
function
searchAction
()
{
$this
->
setTitle
(
'品牌一览'
);
$this
->
setNavHeader
(
'品牌一览'
);
$this
->
setNavHeader
(
'品牌一览'
,
true
,
false
);
$channel
=
Helpers
::
getChannelByCookie
();
...
...
Please
register
or
login
to post a comment