diff options
Diffstat (limited to 'views/default/layout/shells/content.php')
-rw-r--r-- | views/default/layout/shells/content.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/layout/shells/content.php b/views/default/layout/shells/content.php index 787445fd1..87d314b2c 100644 --- a/views/default/layout/shells/content.php +++ b/views/default/layout/shells/content.php @@ -48,7 +48,7 @@ $footer = elgg_view('layout/shells/content/footer', $params); $body = $nav . $header . $filter . $content . $footer; $params = array( - 'body' => $body, + 'content' => $body, 'sidebar' => $sidebar, ); if (isset($vars['class'])) { |