aboutsummaryrefslogtreecommitdiff
path: root/friends/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'friends/index.php')
-rw-r--r--friends/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/friends/index.php b/friends/index.php
index 56df278ad..1a093da2e 100644
--- a/friends/index.php
+++ b/friends/index.php
@@ -17,6 +17,6 @@ $friends = sprintf(elgg_echo("friends:owned"),$owner->name);
$area1 = elgg_view_title($friends);
$area2 = list_entities_from_relationship('friend',$owner->getGUID(),false,'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, $body);