From a75547ce83a15f1b0b822ca67e4f0e8ed17ae584 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 3 Mar 2010 15:38:52 -0800 Subject: [PATCH] Remove the logout link when we're in SSO mode. --- modules/sso/helpers/sso_event.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/sso/helpers/sso_event.php b/modules/sso/helpers/sso_event.php index 67d81a7e..82e5684f 100644 --- a/modules/sso/helpers/sso_event.php +++ b/modules/sso/helpers/sso_event.php @@ -29,4 +29,8 @@ class sso_event { } } } + + static function user_menu($menu, $theme) { + $menu->remove("user_menu_logout"); + } }