aboutsummaryrefslogtreecommitdiff
path: root/friends/collections.php
diff options
context:
space:
mode:
Diffstat (limited to 'friends/collections.php')
-rw-r--r--friends/collections.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/friends/collections.php b/friends/collections.php
index e98f4b6a6..5d3149de5 100644
--- a/friends/collections.php
+++ b/friends/collections.php
@@ -17,8 +17,7 @@ gatekeeper();
$area2 = elgg_view_access_collections($_SESSION['user']->getGUID());
// Format page
-$body = elgg_view_layout('one_column_with_sidebar', '',
- elgg_view_title(elgg_echo('friends:collections')) . $area2);
+$body = elgg_view_layout('one_column_with_sidebar', elgg_view_title(elgg_echo('friends:collections')) . $area2);
// Draw it
page_draw(elgg_echo('friends:collections'),$body); \ No newline at end of file