From b2c08a52541a12050ae12bac2dbc8e1f0563c2b0 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 4 Dec 2010 19:49:24 +0000 Subject: using classes for page level divs git-svn-id: http://code.elgg.org/elgg/trunk@7529 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layouts/main_content.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/layouts/main_content.php') diff --git a/views/default/layouts/main_content.php b/views/default/layouts/main_content.php index 7c42065b0..908197a39 100644 --- a/views/default/layouts/main_content.php +++ b/views/default/layouts/main_content.php @@ -47,7 +47,7 @@ $footer = elgg_view('content/footer', $params); $body = $nav . $header . $filter . $content . $footer; $params = array( - 'content' => $body, + 'body' => $body, 'sidebar' => $sidebar, ); -echo elgg_view_layout('one_column_with_sidebar', $params); +echo elgg_view_layout('one_sidebar', $params); -- cgit v1.2.3