aboutsummaryrefslogtreecommitdiff
path: root/views/default/layouts/main_content.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-04 19:49:24 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-04 19:49:24 +0000
commitb2c08a52541a12050ae12bac2dbc8e1f0563c2b0 (patch)
treef5994aea1e556a1143e1a201402c6d5cd9c69348 /views/default/layouts/main_content.php
parent58e7394e2dabe3bcf92b5efdc1c3917973cdf943 (diff)
downloadelgg-b2c08a52541a12050ae12bac2dbc8e1f0563c2b0.tar.gz
elgg-b2c08a52541a12050ae12bac2dbc8e1f0563c2b0.tar.bz2
using classes for page level divs
git-svn-id: http://code.elgg.org/elgg/trunk@7529 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/layouts/main_content.php')
-rw-r--r--views/default/layouts/main_content.php4
1 files changed, 2 insertions, 2 deletions
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);