aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud/start.php
blob: 6e6df044599bc55a7ab4b22e55f1230b61df55c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * 
 */


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');