aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/add.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-04 13:54:21 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-04 13:54:21 +0000
commit21b799f2e9c3f307497e3f8c10fb547036380d82 (patch)
tree6dcb0f3c020899b2e4d49301e8a75819bc779e82 /mod/bookmarks/add.php
parentb1ad6ce6cc095b789708befa00a593fc085c5e32 (diff)
downloadelgg-21b799f2e9c3f307497e3f8c10fb547036380d82.tar.gz
elgg-21b799f2e9c3f307497e3f8c10fb547036380d82.tar.bz2
Updated Bookmarks interface (old sidebar nav removed, breadcrumbs fixed, bookmarklet fixed & updated)
git-svn-id: http://code.elgg.org/elgg/trunk@5283 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/bookmarks/add.php')
-rw-r--r--mod/bookmarks/add.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/bookmarks/add.php b/mod/bookmarks/add.php
index 4839c04f5..baf059e75 100644
--- a/mod/bookmarks/add.php
+++ b/mod/bookmarks/add.php
@@ -9,6 +9,8 @@
* @link http://elgg.org/
*/
+global $CONFIG;
+
// Start engine
require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
@@ -46,7 +48,7 @@ if ($this_guid = get_input('bookmark',0)) {
$area3 = elgg_view('bookmarks/ownerblock');
// if logged in, get the bookmarklet
-$area3 .= elgg_view("bookmarks/bookmarklet_menu_option");
+$area3 .= elgg_view("bookmarks/bookmarklet");
//include a view for plugins to extend
$area3 .= elgg_view("bookmarks/sidebar_options", array("object_type" => 'bookmarks'));