aboutsummaryrefslogtreecommitdiff
path: root/friends/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'friends/add.php')
-rw-r--r--friends/add.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/friends/add.php b/friends/add.php
index a70dd12cf..a7bbb6218 100644
--- a/friends/add.php
+++ b/friends/add.php
@@ -20,8 +20,7 @@ $area2 = elgg_view('friends/forms/edit', array(
);
// Format page
-$body = elgg_view_layout('one_column_with_sidebar', '',
- elgg_view_title(elgg_echo('friends:collections:add')) . $area2);
+$body = elgg_view_layout('one_column_with_sidebar', elgg_view_title(elgg_echo('friends:collections:add')) . $area2);
// Draw it
page_draw(elgg_echo('friends:collections:add'),$body); \ No newline at end of file