repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'maint/7.0'
[ninja.git]
/
application
/
views
/
search
/
result.php
blob
21c4683590ef5059ec2a2a24512932f2a05d2330
1
<
?php
defined
(
'SYSPATH'
)
OR die
(
'No direct access allowed.'
);
2
3
if
(!
empty
(
$widgets
)) {
4
foreach
(
$widgets
as
$widget
) {
5
echo
$widget
;
6
}
7
}