Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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-01-18 11:52:14 +0800
Commit
b47d6b74588ed7dc2997b1a3c254b45761e9e381
1 parent
e5031724
修改品牌一览页面返回键跳转地址
Code Review By Rock Zhang
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 @
b47d6b7
...
...
@@ -18,7 +18,7 @@ class BrandController extends AbstractAction
public
function
indexAction
()
{
$this
->
setTitle
(
'品牌一览'
);
$this
->
setNavHeader
(
'品牌一览'
);
$this
->
setNavHeader
(
'品牌一览'
,
'/boys?go=1&t='
.
time
()
);
/* 判断参数是否有效 */
$channel
=
null
;
...
...
Please
register
or
login
to post a comment