name, "bookmarks/owner/$page_owner->username"); elgg_push_breadcrumb(elgg_echo('friends')); elgg_register_title_button(); $title = elgg_echo('bookmarks:friends'); $content = list_user_friends_objects($page_owner->guid, 'bookmarks', 10, false); if (!$content) { $content = elgg_echo('bookmarks:none'); } $params = array( 'filter_context' => 'friends', 'content' => $content, 'title' => $title, ); $body = elgg_view_layout('content', $params); echo elgg_view_page($title, $body);