From d7adaddab7189bc493d22d96fec424aedca09b11 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 8 Dec 2010 01:19:38 +0000 Subject: reorganized the page views as discussed git-svn-id: http://code.elgg.org/elgg/trunk@7559 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/file/world.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/file/world.php') diff --git a/mod/file/world.php b/mod/file/world.php index 6ac4ba38a..3bacaad00 100644 --- a/mod/file/world.php +++ b/mod/file/world.php @@ -20,7 +20,7 @@ $title = elgg_echo('file:all'); // Get objects - $area1 = elgg_view('page_elements/content_header', array('context' => "everyone", 'type' => 'file')); + $area1 = elgg_view('page/elements/content_header', array('context' => "everyone", 'type' => 'file')); $area1 .= get_filetype_cloud(); // the filter elgg_push_context('search'); $area2 .= elgg_list_entities(array('types' => 'object', 'subtypes' => 'file', 'limit' => $limit, 'offset' => $offset, 'full_view' => FALSE)); -- cgit v1.2.3