diff options
Diffstat (limited to 'mod/pages/index.php')
| -rw-r--r-- | mod/pages/index.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/pages/index.php b/mod/pages/index.php index ad8aaaad2..6c1487c81 100644 --- a/mod/pages/index.php +++ b/mod/pages/index.php @@ -52,8 +52,8 @@  	$body = elgg_view_title($title);  	$body .= elgg_view("pages/welcome", array('entity' => $welcome_message));  	$body .= $objects; -	$body = elgg_view_layout('two_column_left_sidebar', '', $body); +	$body = elgg_view_layout('one_column_with_sidebar', $body);  	// Finally draw the page  	page_draw($title, $body); -?>
\ No newline at end of file +?>  | 
