From e529507118a057b908016b823f4307661f861ee7 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 17 Jun 2008 08:13:34 +0000 Subject: pushed the admin panel through the correct canvas area git-svn-id: https://code.elgg.org/elgg/trunk@942 36083f99-b078-4883-b0ff-0f9b5a30f544 --- admin/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/index.php') diff --git a/admin/index.php b/admin/index.php index 217d2de1e..4a84b152e 100644 --- a/admin/index.php +++ b/admin/index.php @@ -15,9 +15,9 @@ require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); // Make sure only valid admin users can see this - admin_gatekeeper(); + admin_gatekeeper(); // Display main admin menu - page_draw(elgg_echo("admin"),elgg_view("admin/main")); + page_draw(elgg_echo("admin"),elgg_view_layout("one_column", elgg_view("admin/main"))); ?> \ No newline at end of file -- cgit v1.2.3