From 4766f36a4d74924f21ff329c4318ce4e069ffa04 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 3 Mar 2010 17:53:05 +0000 Subject: Pulled in the interface changes. git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/friends/start.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mod/friends/start.php (limited to 'mod/friends/start.php') diff --git a/mod/friends/start.php b/mod/friends/start.php new file mode 100644 index 000000000..631b54c1d --- /dev/null +++ b/mod/friends/start.php @@ -0,0 +1,26 @@ + + * @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'); + +?> \ No newline at end of file -- cgit v1.2.3