aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications/groups.php')
-rw-r--r--mod/notifications/groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/groups.php b/mod/notifications/groups.php
index a425845cf..c742f858d 100644
--- a/mod/notifications/groups.php
+++ b/mod/notifications/groups.php
@@ -34,7 +34,7 @@
));
// Insert it into the correct canvas layout
- $body = elgg_view_layout('two_column_left_sidebar','',$body);
+ $body = elgg_view_layout('one_column_with_sidebar', $body);
// Draw the page
page_draw(elgg_echo('notifications:subscriptions:changesettings:groups'),$body);