From 4dc8868b80fdded7931f715b655970a858836b3d Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 14 Jan 2011 02:42:25 +0000 Subject: changed layout on pages to one_sidebar git-svn-id: http://code.elgg.org/elgg/trunk@7884 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/reportedcontent') diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index 15c1b7cae..d92eb05a2 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -54,7 +54,7 @@ function reportedcontent_page_handler($page) { 'content' => $content, 'sidebar' => $sidebar ); - $body = elgg_view_layout('one_column_with_sidebar', $params); + $body = elgg_view_layout('one_sidebar', $params); echo elgg_view_page(elgg_echo('reportedcontent:this'), $body); } -- cgit v1.2.3