diff options
Diffstat (limited to 'mod/notifications/index.php')
-rw-r--r-- | mod/notifications/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications/index.php b/mod/notifications/index.php index 79365842c..47e4baad9 100644 --- a/mod/notifications/index.php +++ b/mod/notifications/index.php @@ -31,7 +31,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'),$body); |