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-16 13:23:26 +0800
Commit
4794082a121e21dd8cdf038c706d7edcdc069a8b
1 parent
f44947a4
修复品牌商品列表页没有标题的bug
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/Product/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
4794082
...
...
@@ -220,7 +220,7 @@ class IndexController extends AbstractAction
$data
[
'goodList'
]
+=
$condition
;
$data
[
'pageFooter'
]
=
true
;
if
(
$title
===
''
)
{
if
(
empty
(
$title
)
)
{
$title
=
$domain
;
}
$this
->
setTitle
(
$title
);
...
...
Please
register
or
login
to post a comment