get_user_friends($_SESSION['user']->getGUID(), "", 9999) ) ); // Format page $body = elgg_view_layout('one_column_with_sidebar', elgg_view_title(elgg_echo('friends:collections:add')) . $area2); // Draw it page_draw(elgg_echo('friends:collections:add'),$body);