diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-17 03:27:03 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-17 03:27:03 +0000 |
commit | 5a9dfa444ec1807b7b73b9e86fe219a0055731c3 (patch) | |
tree | 9476f58ddb2bd277af171b56d191d5d3840b2848 /mod/bookmarks/pages/all.php | |
parent | 52e5df0a088c0b8abd1448547c090da9b967f835 (diff) | |
download | elgg-5a9dfa444ec1807b7b73b9e86fe219a0055731c3.tar.gz elgg-5a9dfa444ec1807b7b73b9e86fe219a0055731c3.tar.bz2 |
Refs #2680: Bookmarks revamp, part 3: menus and bookmarklet.
git-svn-id: http://code.elgg.org/elgg/trunk@8268 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/bookmarks/pages/all.php')
-rw-r--r-- | mod/bookmarks/pages/all.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mod/bookmarks/pages/all.php b/mod/bookmarks/pages/all.php index 3442f32c7..5a01b6f34 100644 --- a/mod/bookmarks/pages/all.php +++ b/mod/bookmarks/pages/all.php @@ -5,9 +5,6 @@ * @package ElggBookmarks */ -elgg_push_context('bookmarks'); -elgg_push_breadcrumb(elgg_echo('bookmarks')); - $page_owner = elgg_get_page_owner_entity(); if (!$page_owner) { $page_owner = elgg_get_logged_in_user_guid(); @@ -32,5 +29,4 @@ $body = elgg_view_layout('content', array( 'title' => $title )); -echo elgg_view_page($title, $body); -elgg_pop_context();
\ No newline at end of file +echo elgg_view_page($title, $body);
\ No newline at end of file |