Simple status box for the sidebar.
[elgg_plugins.git] / logging / init.php
blobf6cacbee2254c04f3baeb81544823939086accd7
1 <?php
3 global $template;
4 global $page_owner;
6 $template['css'] .= file_get_contents($CFG->dirroot . "mod/tasks/css");
8 ?>