* @copyright Curverider Ltd 2008-2010 * @link http://elgg.com/ */ function friends_init() { // Load system configuration global $CONFIG; //add a widget add_widget_type('friends',elgg_echo("friends"),elgg_echo('friends:widget:description')); } register_elgg_event_handler('init','system','friends_init'); ?>