aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/groupprofile.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/groups/groupprofile.php')
-rw-r--r--mod/groups/groupprofile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/groups/groupprofile.php b/mod/groups/groupprofile.php
index 80cbd41ee..b279d88ab 100644
--- a/mod/groups/groupprofile.php
+++ b/mod/groups/groupprofile.php
@@ -45,14 +45,14 @@
}
- $body = elgg_view_layout('two_column_left_sidebar', $area1, $area2, $area3);
+ $body = elgg_view_layout('one_column_with_sidebar', $area3, $area1.$area2);
} else {
$title = elgg_echo('groups:notfound');
$area2 = elgg_view_title($title);
$area2 .= elgg_view('groups/contentwrapper',array('body' => elgg_echo('groups:notfound:details')));
- $body = elgg_view_layout('two_column_left_sidebar', "", $area2,"");
+ $body = elgg_view_layout('one_column_with_sidebar', '', $area2);
}
// Finally draw the page