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
9 years ago
Commit
f1e7aa79faa582e26395a644ce1f3d0079860c53
1 parent
dda7bfeb
modify fixes bug to first iteration
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/List.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/List.php
View file @
f1e7aa7
...
...
@@ -18,7 +18,7 @@ class ListController extends AbstractAction
public
function
indexAction
()
{
$this
->
setTitle
(
'逛'
);
$this
->
setNavHeader
(
'逛'
,
true
,
SITE_
DO
MAIN
);
$this
->
setNavHeader
(
'逛'
,
true
,
SITE_MAIN
);
$category
=
ListData
::
category
();
$articleGroup
=
array
();
...
...
@@ -108,7 +108,7 @@ class ListController extends AbstractAction
}
$this
->
setTitle
(
$tag
);
$this
->
setNavHeader
(
$tag
,
true
,
SITE_
DO
MAIN
);
$this
->
setNavHeader
(
$tag
,
true
,
SITE_MAIN
);
$data
=
array
();
// 模板中使用JS的标识
...
...
@@ -142,7 +142,7 @@ class ListController extends AbstractAction
}
$this
->
setTitle
(
'编辑简介'
);
$this
->
setNavHeader
(
'编辑简介'
,
true
,
SITE_
DO
MAIN
);
$this
->
setNavHeader
(
'编辑简介'
,
true
,
SITE_MAIN
);
$uid
=
$this
->
getUid
();
$udid
=
$this
->
getUdid
();
...
...
Please
register
or
login
to post a comment