Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
hood
·
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
ziy
2015-04-26 13:50:37 +0800
Commit
f7c3c6636d2e15913acf088420a90c88911633cc
1 parent
8186c342
fix link 排序
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
Hood/Helper/View/Link.php
Hood/Helper/View/Link.php
View file @
f7c3c66
...
...
@@ -56,6 +56,7 @@ class Link extends ViewAbstract
{
$html
=
''
;
$_mediaString
=
implode
(
' '
,
$this
->
_mediaList
);
ksort
(
$this
->
_item
);
foreach
(
$this
->
_item
as
$key
=>
$val
)
{
if
(
empty
(
$val
))
{
continue
;
...
...
Please
register
or
login
to post a comment