diff options
Diffstat (limited to 'friends/collections.php')
-rw-r--r-- | friends/collections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/friends/collections.php b/friends/collections.php index bc62e0905..e98f4b6a6 100644 --- a/friends/collections.php +++ b/friends/collections.php @@ -17,7 +17,7 @@ gatekeeper(); $area2 = elgg_view_access_collections($_SESSION['user']->getGUID()); // Format page -$body = elgg_view_layout('two_column_left_sidebar', '', +$body = elgg_view_layout('one_column_with_sidebar', '', elgg_view_title(elgg_echo('friends:collections')) . $area2); // Draw it |