From 569f19d8ff89539eb8d38b1ca1b07a2baa41852c Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 18 Dec 2010 17:47:50 +0000 Subject: half way through converting submenu to new menu code - pages and groups are the two major users left git-svn-id: http://code.elgg.org/elgg/trunk@7669 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/notifications/groups.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'mod/notifications/groups.php') diff --git a/mod/notifications/groups.php b/mod/notifications/groups.php index 10e320032..c4f59c049 100644 --- a/mod/notifications/groups.php +++ b/mod/notifications/groups.php @@ -1,5 +1,4 @@ 'action/notificationsettings/groupsave' )); -// Insert it into the correct canvas layout -$body = elgg_view_layout('one_column_with_sidebar', array('content' => $body)); - +$params = array( + 'content' => $body, + 'title' => $title, +); +$body = elgg_view_layout('one_sidebar', $params); -echo elgg_view_page(elgg_echo('notifications:subscriptions:changesettings:groups'), $body); +echo elgg_view_page($title, $body); -- cgit v1.2.3