From baf5f948dd6c3f14340496bf36fa9c2a85a4f910 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 4 Mar 2010 09:36:08 +0000 Subject: Merged missing Bookmarks interface modifications git-svn-id: http://code.elgg.org/elgg/trunk@5274 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/bookmarks/all.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/bookmarks/all.php') diff --git a/mod/bookmarks/all.php b/mod/bookmarks/all.php index 1dcf8c898..02efa69cb 100644 --- a/mod/bookmarks/all.php +++ b/mod/bookmarks/all.php @@ -30,8 +30,6 @@ set_context('bookmarks'); // if logged in, get the bookmarklet if(isloggedin()){ $area3 = elgg_view("bookmarks/bookmarklet_menu_option"); - //include a view for plugins to extend - $area3 .= elgg_view("bookmarks/favourite", array("object_type" => 'bookmarks')); } //include a view for plugins to extend $area3 .= elgg_view("bookmarks/sidebar_options", array("object_type" => 'bookmarks')); -- cgit v1.2.3