getLoginRedirect()); sugar_cleanup(true); return; } // display the logged out screen $smarty = new Sugar_Smarty(); $smarty->assign(array( 'LOGIN_URL' => 'index.php?action=Login&module=Users', 'STYLESHEET' => getJSPath('modules/Users/login.css'), )); $smarty->display('modules/Users/LoggedOut.tpl');