From b5e2dbf292cddd56a8171b4c9cf1d9cf0fb45582 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Mar 2011 15:19:02 +0000 Subject: Fixes #3158 updated search and pages plugins for page handler scripts git-svn-id: http://code.elgg.org/elgg/trunk@8769 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/pages/world.php | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 mod/pages/world.php (limited to 'mod/pages/world.php') diff --git a/mod/pages/world.php b/mod/pages/world.php deleted file mode 100644 index 668100ad2..000000000 --- a/mod/pages/world.php +++ /dev/null @@ -1,28 +0,0 @@ - 'object', - 'subtypes' => 'page_top', - 'full_view' => false, -)); -if (!$content) { - $content = '

' . elgg_echo('pages:none') . '

'; -} - -$body = elgg_view_layout('content', array( - 'filter_context' => 'all', - 'content' => $content, - 'title' => $title, -)); - -echo elgg_view_page($title, $body); -- cgit v1.2.3