name, "thewire/owner/$owner->username"); elgg_push_breadcrumb(elgg_echo('friends')); $content = list_user_friends_objects($owner->guid, 'thewire', 15, false); $body = elgg_view_layout('content', array( 'filter_context' => 'friends', 'content' => $content, 'title' => $title, )); echo elgg_view_page($title, $body);