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
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
4d566d9d54b2933a5e485353b82b3c36fdcce12d
1 parent
dfea6e05
底部tab 暂时不显示
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
yohobuy/m.yohobuy.com/application/controllers/Boys.php
yohobuy/m.yohobuy.com/application/controllers/Girls.php
yohobuy/m.yohobuy.com/application/controllers/Kids.php
yohobuy/m.yohobuy.com/application/controllers/Lifestyle.php
yohobuy/m.yohobuy.com/application/controllers/Boys.php
View file @
4d566d9
...
...
@@ -27,7 +27,7 @@ class BoysController extends AbstractAction
// 渲染模板并输出
$this
->
_view
->
display
(
'index'
,
array
(
'boysHomePage'
=>
true
,
'showFooterTab'
=>
tru
e
,
'showFooterTab'
=>
fals
e
,
'maybeLike'
=>
true
,
'content'
=>
Index\HomeModel
::
getBoysFloor
(),
'pageFooter'
=>
true
,
...
...
yohobuy/m.yohobuy.com/application/controllers/Girls.php
View file @
4d566d9
...
...
@@ -27,7 +27,7 @@ class GirlsController extends AbstractAction
// 渲染模板并输出
$this
->
_view
->
display
(
'index'
,
array
(
'grilsHomePage'
=>
true
,
'showFooterTab'
=>
tru
e
,
'showFooterTab'
=>
fals
e
,
'maybeLike'
=>
true
,
'content'
=>
Index\HomeModel
::
getGirlsFloor
(),
'pageFooter'
=>
true
,
...
...
yohobuy/m.yohobuy.com/application/controllers/Kids.php
View file @
4d566d9
...
...
@@ -26,7 +26,7 @@ class KidsController extends AbstractAction
// 渲染模板并输出
$this
->
_view
->
display
(
'index'
,
array
(
'kidsHomePage'
=>
true
,
'showFooterTab'
=>
tru
e
,
'showFooterTab'
=>
fals
e
,
'maybeLike'
=>
true
,
'content'
=>
Index\HomeModel
::
getKidsFloor
(),
'pageFooter'
=>
true
,
...
...
yohobuy/m.yohobuy.com/application/controllers/Lifestyle.php
View file @
4d566d9
...
...
@@ -26,7 +26,7 @@ class LifestyleController extends AbstractAction
// 渲染模板并输出
$this
->
_view
->
display
(
'index'
,
array
(
'lifestyleHomePage'
=>
true
,
'showFooterTab'
=>
tru
e
,
'showFooterTab'
=>
fals
e
,
'maybeLike'
=>
true
,
'content'
=>
Index\HomeModel
::
getLifestyleFloor
(),
'pageFooter'
=>
true
,
...
...
Please
register
or
login
to post a comment