'member', 'relationship_guid' => get_loggedin_userid(), 'types' => 'group', 'limit' => 9999)); $form_body = elgg_view('notifications/subscriptions/groupsform',array('groups' => $groupmemberships)); $body = elgg_view('input/form',array( 'body' => $form_body, 'method' => 'post', 'action' => elgg_get_site_url() . 'action/notificationsettings/groupsave' )); // Insert it into the correct canvas layout $body = elgg_view_layout('one_column_with_sidebar', $body); page_draw(elgg_echo('notifications:subscriptions:changesettings:groups'), $body);