diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-15 10:56:29 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-15 10:56:29 +0000 |
commit | bf00633c600eb33574cc8e364ce1af72335af526 (patch) | |
tree | f50080617a5445ca7084905682d23e2b89887ba2 /mod/notifications/index.php | |
parent | 6c23be59bae940353a71a5b7d210c30c98b38c72 (diff) | |
download | elgg-bf00633c600eb33574cc8e364ce1af72335af526.tar.gz elgg-bf00633c600eb33574cc8e364ce1af72335af526.tar.bz2 |
Updated Notifications to new UI.
git-svn-id: http://code.elgg.org/elgg/trunk@5387 36083f99-b078-4883-b0ff-0f9b5a30f544
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); |