aboutsummaryrefslogtreecommitdiff
path: root/start.php
blob: 17646dad68c0823745c9506baeadd13c84df24cc (plain)
1
2
3
4
5
6
7
<?php

function profile_widgets_init() {
	elgg_register_widget_type('thewirewrite', elgg_echo('thewire:add'), elgg_echo("thewire:yourdesc:write:desc"), 'dashboard');
}

elgg_register_event_handler('init', 'system', 'profile_widgets_init');