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


function tagcloud_init() {
	add_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');