diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-16 02:12:03 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-16 02:12:03 +0000 |
commit | fcc68792fd00a2778746f6813efd0a5d879584d6 (patch) | |
tree | 177d2e48710e46aa1b922a0a12b17dd0d7e4f9f9 /mod/friends/start.php | |
parent | 5922d93173db6353e3404c1c2a941842a9f166ed (diff) | |
download | elgg-fcc68792fd00a2778746f6813efd0a5d879584d6.tar.gz elgg-fcc68792fd00a2778746f6813efd0a5d879584d6.tar.bz2 |
moved friends widget into core
git-svn-id: http://code.elgg.org/elgg/trunk@7640 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/friends/start.php')
-rw-r--r-- | mod/friends/start.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mod/friends/start.php b/mod/friends/start.php deleted file mode 100644 index 54675ee2f..000000000 --- a/mod/friends/start.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php - -/** - * Elgg Friends widget - * This plugin allows users to put a list of their friends on their profile - * - * @package ElggFriends - */ - -function friends_init() { - elgg_register_widget_type('friends', elgg_echo("friends"), elgg_echo('friends:widget:description')); -} - -elgg_register_event_handler('init', 'system', 'friends_init'); |