From c5cc2821311012a8a4385a304a043c4b41f2afbb Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 31 Aug 2009 19:05:21 +0000 Subject: All line endings are now Unix-style. git-svn-id: https://code.elgg.org/elgg/trunk@3451 36083f99-b078-4883-b0ff-0f9b5a30f544 --- friends/of.php | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'friends/of.php') diff --git a/friends/of.php b/friends/of.php index 4ae20dc7d..f1231750c 100644 --- a/friends/of.php +++ b/friends/of.php @@ -1,26 +1,26 @@ -getGUID()); + $owner = $_SESSION['user']; + } + + $area1 = elgg_view_title(elgg_echo('friends:of')); + $area2 = list_entities_from_relationship('friend',$owner->getGUID(),true,'user','',0,10,false); + $body = elgg_view_layout('two_column_left_sidebar', '', $area1 . $area2); + + page_draw(sprintf(elgg_echo("friends:of:owned"),$owner->name),$body); - * @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:of')); - $area2 = list_entities_from_relationship('friend',$owner->getGUID(),true,'user','',0,10,false); - $body = elgg_view_layout('two_column_left_sidebar', '', $area1 . $area2); - - page_draw(sprintf(elgg_echo("friends:of:owned"),$owner->name),$body); - ?> \ No newline at end of file -- cgit v1.2.3