aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud/start.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-08 12:42:12 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-08 12:42:12 +0000
commit872a5469da80557721e32b22e93af531c2a279fa (patch)
tree105d1fba22acd7f370578f91055028af7c217065 /mod/tagcloud/start.php
parent2aaf2d80f1cbc2a6ad4a1b4b5ef97c3494d6a0bd (diff)
downloadelgg-872a5469da80557721e32b22e93af531c2a279fa.tar.gz
elgg-872a5469da80557721e32b22e93af531c2a279fa.tar.bz2
cleaned up tagcloud plugin
git-svn-id: http://code.elgg.org/elgg/trunk@8076 36083f99-b078-4883-b0ff-0f9b5a30f544
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');