From ee47fbf70fc7f67efde6926237e13fc20a664a72 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Mar 2011 14:58:46 +0000 Subject: Refs #3158 namespace file plugin's page scripts git-svn-id: http://code.elgg.org/elgg/trunk@8766 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/file/world.php | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 mod/file/world.php (limited to 'mod/file/world.php') diff --git a/mod/file/world.php b/mod/file/world.php deleted file mode 100644 index a55dcb452..000000000 --- a/mod/file/world.php +++ /dev/null @@ -1,32 +0,0 @@ - 'object', - 'subtypes' => 'file', - 'limit' => $limit, - 'full_view' => FALSE -)); -elgg_pop_context(); - -$sidebar = file_get_type_cloud(); - -$body = elgg_view_layout('content', array( - 'filter_context' => 'all', - 'content' => $content, - 'title' => $title, - 'sidebar' => $sidebar, -)); - -echo elgg_view_page($title, $body); -- cgit v1.2.3