aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/all.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/bookmarks/all.php')
-rw-r--r--mod/bookmarks/all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/all.php b/mod/bookmarks/all.php
index 6f9a898b5..8f816b285 100644
--- a/mod/bookmarks/all.php
+++ b/mod/bookmarks/all.php
@@ -36,7 +36,7 @@ $area3 .= elgg_view("bookmarks/sidebar_options", array("object_type" => 'bookmar
//include stats
$area3 .= elgg_view("bookmarks/stats");
// Format page
-$body = elgg_view_layout('one_column_with_sidebar', $area3, $area1.$area2);
+$body = elgg_view_layout('one_column_with_sidebar', $area1.$area2, $area3);
// Draw it
echo page_draw(elgg_echo('bookmarks:all'),$body); \ No newline at end of file