Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
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-10-20 12:30:41 +0800
Commit
4bed723b4fe75d27f25f97d937e49a147898662f
1 parent
fb5a44b8
modify api to yohobuy test env
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Index.php
yohobuy/m.yohobuy.com/application/controllers/Index.php
View file @
4bed723
...
...
@@ -25,7 +25,7 @@ class IndexController extends AbstractAction
$this
->
setNavFooter
();
// 生成HTML (index.html)
//
$this->_view->html('index');
$this
->
_view
->
html
(
'index'
);
// 渲染模板
$this
->
_view
->
display
(
'index'
,
$data
);
...
...
Please
register
or
login
to post a comment