aboutsummaryrefslogtreecommitdiff
path: root/mod/sitepages/sitepages_functions.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-13 19:01:54 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-13 19:01:54 +0000
commit9604dd579d80bdb8472e3aa9892b7dec422037c3 (patch)
tree96896ee32db79f0410a4a88497e8c62482d7c175 /mod/sitepages/sitepages_functions.php
parenta21bc98222a29de9f823cec19e34d32868dfacee (diff)
downloadelgg-9604dd579d80bdb8472e3aa9892b7dec422037c3.tar.gz
elgg-9604dd579d80bdb8472e3aa9892b7dec422037c3.tar.bz2
Updated plugins to use new admin area canvas.
git-svn-id: http://code.elgg.org/elgg/trunk@6034 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/sitepages/sitepages_functions.php')
-rw-r--r--mod/sitepages/sitepages_functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/sitepages/sitepages_functions.php b/mod/sitepages/sitepages_functions.php
index 80db39d14..ac1f7d9f1 100644
--- a/mod/sitepages/sitepages_functions.php
+++ b/mod/sitepages/sitepages_functions.php
@@ -83,7 +83,7 @@ function sitepages_get_edit_section_content($page_type) {
$form .= elgg_view($view, array('page_type' => $page_type));
$body = $title . $menu . $form;
- $content = elgg_view_layout('one_column_with_sidebar', $body);
+ $content = elgg_view_layout('administration', $body);
return $content;
}