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/sitepages/sitepages_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/sitepages') diff --git a/mod/sitepages/sitepages_functions.php b/mod/sitepages/sitepages_functions.php index 39693a2c8..4410bd7e7 100644 --- a/mod/sitepages/sitepages_functions.php +++ b/mod/sitepages/sitepages_functions.php @@ -97,7 +97,7 @@ function sitepages_get_page_content($page_type) { $body .= elgg_echo('sitepages:notset'); } - $content = elgg_view_layout('one_column_with_sidebar', array('content' => $body)); + $content = elgg_view_layout('one_sidebar', array('content' => $body)); return $content; } -- cgit v1.2.3