getOwner(); $objects = get_entities("object","file", $owners, "time_created desc", $limit, $offset); } // Draw page $body .= file_draw($objects); // Draw footer $body .= file_draw_footer($limit, $offset); // Finally draw the page page_draw(sprintf(elgg_echo("file:friends"),$_SESSION['user']->name), $body); ?>