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
9 years ago
Commit
27256e4b69e95d836494b8fdb5ec5e606767f4ef
1 parent
7dc2c12a
为反馈问题页添加头部根据频道变色效果
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
library/Action/AbstractAction.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
library/Action/AbstractAction.php
View file @
27256e4
...
...
@@ -454,7 +454,7 @@ class AbstractAction extends Controller_Abstract
$header
[
'navHome'
]
=
$homeUrl
.
'?go=1&t='
.
time
();
}
if
(
$navBtn
)
{
$header
[
'navBtn'
]
=
true
;
$header
[
'navBtn'
]
=
$navBtn
;
}
// 默认使用男生的头部
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
27256e4
...
...
@@ -544,15 +544,10 @@ class HomeController extends AbstractAction
{
// 设置网站标题
$this
->
setTitle
(
'反馈问题'
);
$this
->
setNavHeader
(
'
意见反馈
'
);
$this
->
setNavHeader
(
'
反馈问题'
,
true
,
false
,
'提交
'
);
$data
=
array
(
'suggestPage'
=>
true
,
//加载js
'pageHeader'
=>
array
(
'navBack'
=>
true
,
'navTitle'
=>
'反馈问题'
,
'navBtn'
=>
'提交'
),
'suggestSub'
=>
true
,
'pageFooter'
=>
true
);
...
...
Please
register
or
login
to post a comment