'object', 'subtype' => 'bookmarks', 'full_view' => false, 'view_toggle_type' => false, )); if (!$content) { $content = elgg_echo('bookmarks:none'); } $title = elgg_echo('bookmarks:everyone'); $body = elgg_view_layout('content', array( 'filter_context' => 'all', 'content' => $content, 'title' => $title, 'sidebar' => elgg_view('bookmarks/sidebar'), )); echo elgg_view_page($title, $body);