name); $content = elgg_view_title($title); $content .= "
" . list_entities_from_relationship('friend', $owner->getGUID(), TRUE, 'user', '', 0, 10, FALSE) . "
"; $body = elgg_view_layout('one_column_with_sidebar', $content); page_draw($title, $body);