diff options
Diffstat (limited to 'engine/lib/admin.php')
-rw-r--r-- | engine/lib/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/admin.php b/engine/lib/admin.php index 6a64bc19a..b9c21ba56 100644 --- a/engine/lib/admin.php +++ b/engine/lib/admin.php @@ -207,7 +207,7 @@ function admin_settings_page_handler($page) { $content = "<div class=\"admin_notices\">$notices_html</div>$content"; } - $body = elgg_view_layout('one_column_with_sidebar', $content); + $body = elgg_view_layout('administration', $content); page_draw($title, $body); } |