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
biao
2016-01-15 14:43:54 +0800
Committed by
Rock Zhang
2016-01-15 17:58:26 +0800
Commit
f234fadc185e5c0b4a199f58db9a544d4c88fdc4
1 parent
acc0b88a
修改有货币页面跳转链接。code review by 张振
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
template/m.yohobuy.com/partials/layout/page_header.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
template/m.yohobuy.com/partials/layout/page_header.phtml
View file @
f234fad
...
...
@@ -7,8 +7,11 @@
<a
href=
"{{.}}"
class=
"iconfont nav-home"
>
611
;</a>
{
{/navHome
}
}
{
{#currencyPage
}
}
<a
href=
"/home/helpDetail?code=201
11130-152530&caption=如何使用YOHO币支付
"
class=
"iconfont nav-home"
>
639
;</a>
<a
href=
"/home/helpDetail?code=201
51230-102233&caption=YOHO币介绍
"
class=
"iconfont nav-home"
>
639
;</a>
{
{/currencyPage
}
}
{
{#currencyDetailPage
}
}
<a
href=
"/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付"
class=
"iconfont nav-home"
>
639
;</a>
{
{/currencyDetailPage
}
}
{
{#navPhone
}
}
<a
href=
"{{.}}"
class=
"iconfont nav-home"
>
641
;</a>
{
{/navPhone
}
}
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
f234fad
...
...
@@ -992,7 +992,7 @@ class HomeController extends AbstractAction
$this
->
_view
->
display
(
'currency-detail'
,
array
(
'money'
=>
$data
[
'money'
],
'pageFooter'
=>
true
,
'currencyPage'
=>
true
,
'currency
Detail
Page'
=>
true
,
'currencyDetail'
=>
true
,
'currencyDetailPage'
=>
true
));
...
...
Please
register
or
login
to post a comment