diff options
Diffstat (limited to 'mod/bookmarks/views/default/object')
-rw-r--r-- | mod/bookmarks/views/default/object/bookmarks.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/bookmarks/views/default/object/bookmarks.php b/mod/bookmarks/views/default/object/bookmarks.php index dc1ae795d..11828dc4d 100644 --- a/mod/bookmarks/views/default/object/bookmarks.php +++ b/mod/bookmarks/views/default/object/bookmarks.php @@ -40,7 +40,7 @@ if ($comments_count != 0) { $comments_link = ''; } -$metadata = elgg_view('layout/objects/list/metadata', array( +$metadata = elgg_view('navigation/menu/metadata', array( 'entity' => $bookmark, 'handler' => 'bookmarks', )); @@ -62,7 +62,7 @@ if ($full && !elgg_in_context('gallery')) { 'subtitle' => $subtitle, 'tags' => $tags, ); - $bookmark_info = elgg_view('layout/objects/list/body', $params); + $bookmark_info = elgg_view('object/elements/list_body', $params); $bookmark_icon = elgg_view_icon('bookmark'); echo <<<HTML $header @@ -113,5 +113,5 @@ HTML; 'content' => $content, ); - echo elgg_view('layout/objects/list/body', $params); + echo elgg_view('object/elements/list_body', $params); }
\ No newline at end of file |