diff options
Diffstat (limited to 'mod/bookmarks/bookmarklet.php')
-rw-r--r-- | mod/bookmarks/bookmarklet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/bookmarklet.php b/mod/bookmarks/bookmarklet.php index 2262cadff..f068e7c50 100644 --- a/mod/bookmarks/bookmarklet.php +++ b/mod/bookmarks/bookmarklet.php @@ -33,7 +33,7 @@ $area2 .= elgg_view('bookmarks/bookmarklet', array('pg_owner' => $page_owner)); $area3 = elgg_view("bookmarks/bookmarklet"); // 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:bookmarklet'),$body);
\ No newline at end of file |