From 21b799f2e9c3f307497e3f8c10fb547036380d82 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 4 Mar 2010 13:54:21 +0000 Subject: 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 --- mod/bookmarks/all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/bookmarks/all.php') diff --git a/mod/bookmarks/all.php b/mod/bookmarks/all.php index 02efa69cb..6f9a898b5 100644 --- a/mod/bookmarks/all.php +++ b/mod/bookmarks/all.php @@ -29,7 +29,7 @@ set_context('bookmarks'); // if logged in, get the bookmarklet if(isloggedin()){ - $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')); -- cgit v1.2.3