diff options
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 | 
