aboutsummaryrefslogtreecommitdiff
path: root/mod/sitepages/sitepages_functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/sitepages/sitepages_functions.php')
-rw-r--r--mod/sitepages/sitepages_functions.php2
1 files changed, 1 insertions, 1 deletions
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;
}