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
hf
2015-10-29 16:55:56 +0800
Commit
62704a7ec1c6126da7625b11729419e223589a93
1 parent
b4f81d69
do fixes bug to nav bar and guang home page show one tab data
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Index.php
View file @
62704a7
...
...
@@ -35,7 +35,7 @@ class IndexController extends AbstractAction
// $this->setNavSide('all');
// }
$this
->
_view
->
display
(
'index'
,
Guang\IndexModel
::
getArticle
Group
(
$gender
,
$type
,
$uid
,
$udid
));
$this
->
_view
->
display
(
'index'
,
Guang\IndexModel
::
getArticle
(
$gender
,
$type
,
$uid
,
$udid
));
}
/**
...
...
Please
register
or
login
to post a comment