aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks
diff options
context:
space:
mode:
Diffstat (limited to 'mod/bookmarks')
-rw-r--r--mod/bookmarks/bookmarklet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/bookmarklet.php b/mod/bookmarks/bookmarklet.php
index cfd03ac67..a156cf035 100644
--- a/mod/bookmarks/bookmarklet.php
+++ b/mod/bookmarks/bookmarklet.php
@@ -30,7 +30,7 @@ $area3 = elgg_view("bookmarks/bookmarklet");
// Format
$content = $area1 . $area2 . $area3;
-$body = elgg_view_layout('one_column_with_sidebar', array('content' => $content));
+$body = elgg_view_layout('one_sidebar', array('content' => $content));
// Draw it
echo elgg_view_page(elgg_echo('bookmarks:bookmarklet'),$body); \ No newline at end of file