--- loncom/auth/lonlogout.pm 2009/09/23 13:20:38 1.37.4.1 +++ loncom/auth/lonlogout.pm 2009/12/06 19:41:34 1.38.8.1 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.37.4.1 2009/09/23 13:20:38 gci Exp $ +# $Id: lonlogout.pm,v 1.38.8.1 2009/12/06 19:41:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -103,7 +103,8 @@ sub handler { $switch); } else { $start_page=&Apache::loncommon::start_page('Logged Out',undef, - {'no_inline_link' => 1,}); + {'no_inline_link' => 1, + 'no_nav_bar' => 1,}); $relogmessage.='

'.&mt('Goodbye').'

' .'

'.&mt('Thank you for using LON-CAPA.').'

'; @@ -136,6 +137,7 @@ Due to security reasons in new web brows '','') .'

'; + } my $domain = $env{'user.domain'}; if ($env{'request.sso.login'}