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/statistics | |
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/statistics')
-rw-r--r-- | admin/statistics/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/statistics/index.php b/admin/statistics/index.php index cea6526df..ee3cb15a8 100644 --- a/admin/statistics/index.php +++ b/admin/statistics/index.php @@ -20,6 +20,6 @@ // Display main admin menu - page_draw(elgg_echo("admin:statistics"),elgg_view("admin/statistics")); + page_draw(elgg_echo("admin:statistics"),elgg_view_layout("one_column",elgg_view("admin/statistics"))); ?> |