From bf00633c600eb33574cc8e364ce1af72335af526 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 15 Mar 2010 10:56:29 +0000 Subject: Updated Notifications to new UI. git-svn-id: http://code.elgg.org/elgg/trunk@5387 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/notifications/groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/notifications/groups.php') 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); -- cgit v1.2.3