diff options
Diffstat (limited to 'mod/groups/edit.php')
-rw-r--r-- | mod/groups/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/edit.php b/mod/groups/edit.php index a5b1df74b..04cfdc35d 100644 --- a/mod/groups/edit.php +++ b/mod/groups/edit.php @@ -26,7 +26,7 @@ $body .= elgg_echo("groups:noaccess"); } - $body = elgg_view_layout('one_column', $body); + $body = elgg_view_layout('two_column_left_sidebar', '', $body); page_draw($title, $body); ?>
\ No newline at end of file |