diff options
Diffstat (limited to 'friends/index.php')
| -rw-r--r-- | friends/index.php | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/friends/index.php b/friends/index.php deleted file mode 100644 index e9e4f7374..000000000 --- a/friends/index.php +++ /dev/null @@ -1,26 +0,0 @@ -<?php - - /** - * Elgg friends page - * - * @package Elgg - * @subpackage Core - - * @author Curverider Ltd - - * @link http://elgg.org/ - */ - - if (!$owner = page_owner_entity()) { - gatekeeper(); - set_page_owner($_SESSION['user']->getGUID()); - $owner = $_SESSION['user']; - } - - $area1 = elgg_view_title(elgg_echo('friends')); - $area2 = list_entities_from_relationship('friend',$owner->getGUID(),false,'user','',0,10,false); - $body = elgg_view_layout('two_column_left_sidebar', '', $area1 . $area2); - - page_draw(sprintf(elgg_echo("friends:owned"),$owner->name),$body); - -?>
\ No newline at end of file |
