aboutsummaryrefslogtreecommitdiff
path: root/friends/of.php
diff options
context:
space:
mode:
Diffstat (limited to 'friends/of.php')
-rw-r--r--friends/of.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/friends/of.php b/friends/of.php
index c2e8a785e..b30b47215 100644
--- a/friends/of.php
+++ b/friends/of.php
@@ -17,7 +17,7 @@ $friends_of = sprintf(elgg_echo("friends:of:owned"),$owner->name);
$area1 = elgg_view_title($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);
+$body = elgg_view_layout('one_column_with_sidebar', '', $area1 . $area2);
page_draw($friends_of, $body);