aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tagcloud/start.php')
-rw-r--r--mod/tagcloud/start.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/mod/tagcloud/start.php b/mod/tagcloud/start.php
index 6e6df0445..663cec0e6 100644
--- a/mod/tagcloud/start.php
+++ b/mod/tagcloud/start.php
@@ -1,12 +1,10 @@
<?php
/**
- *
+ * Tagcloud plugin
*/
+elgg_register_event_handler('init', 'system', 'tagcloud_init');
function tagcloud_init() {
elgg_register_widget_type('tagcloud', elgg_echo('tagcloud:widget:title'), elgg_echo('tagcloud:widget:description'));
- elgg_extend_view('css/screen', 'tagcloud/css');
}
-
-elgg_register_event_handler('init', 'system', 'tagcloud_init');