diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 08:13:34 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 08:13:34 +0000 |
commit | e529507118a057b908016b823f4307661f861ee7 (patch) | |
tree | 633316124ae279978f2ba8f02f0d284384965884 /admin/index.php | |
parent | 35ad4f06a100ff23556f598c0fb51724b79f2bd0 (diff) | |
download | elgg-e529507118a057b908016b823f4307661f861ee7.tar.gz elgg-e529507118a057b908016b823f4307661f861ee7.tar.bz2 |
pushed the admin panel through the correct canvas area
git-svn-id: https://code.elgg.org/elgg/trunk@942 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 |