From 2c443c0f84c10b19324f6be584e46efe71d0bf84 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 16 Dec 2010 02:16:45 +0000 Subject: layout views should use 'content' to support alternate viewtypes (like rss) - updated the one_sidebar view git-svn-id: http://code.elgg.org/elgg/trunk@7641 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layout/shells/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/layout/shells/content.php') 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'])) { -- cgit v1.2.3