Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Rock Zhang
2016-02-16 13:24:09 +0800
Commit
b753bd794926ea8627e027980a0c91866ed6cbeb
2 parents
f9f1c5f3
4794082a
Merge branch 'develop/wap' into beta/wap
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 @
b753bd7
...
...
@@ -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