repo.or.cz
/
elgg_plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Simple status box for the sidebar.
[elgg_plugins.git]
/
logging
/
init.php
blob
f6cacbee2254c04f3baeb81544823939086accd7
1
<
?php
2
3
global
$template
;
4
global
$page_owner
;
5
6
$template
[
'css'
] .=
file_get_contents
(
$CFG
->
dirroot
.
"mod/tasks/css"
);
7
8
?
>