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
hf
2015-11-28 21:45:49 +0800
Commit
fdb7f505de86c4edca97b2bf29a124582b2cad5a
1 parent
2bc75780
fixes bug refs YW-1224 modify product detail page add footer
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
View file @
fdb7f50
...
...
@@ -32,6 +32,7 @@ class DetailController extends AbstractAction
$this
->
error
();
}
$data
[
'goodsDetailPage'
]
=
true
;
$data
[
'pageFooter'
]
=
true
;
if
(
isset
(
$data
[
'goodsName'
]))
{
$this
->
setTitle
(
$data
[
'goodsName'
]);
...
...
Please
register
or
login
to post a comment