--- loncom/auth/lonlogout.pm 2015/03/12 00:50:46 1.45.2.3 +++ loncom/auth/lonlogout.pm 2015/03/12 00:50:10 1.49 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.45.2.3 2015/03/12 00:50:46 raeburn Exp $ +# $Id: lonlogout.pm,v 1.49 2015/03/12 00:50:10 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -92,7 +92,6 @@ sub handler { return OK if $r->header_only; # -------------------------------------------------------- Menu script and info - my $windowinfo=&Apache::lonmenu::close(); # ---------------------------------------------------------------- Get handover &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['handover']); my $switch=''; @@ -121,8 +120,7 @@ sub handler { } } $start_page=&Apache::loncommon::start_page('Logged Out',$headextra, - {'no_inline_link' => 1, - 'no_nav_bar' => 1,}); + {'no_nav_bar' => 1,}); $relogmessage.='

'.&mt('Goodbye').'

' .'

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

'; @@ -198,7 +196,6 @@ Due to security reasons in new web brows # --------------------------------------------------------------- Screen Output $r->print(<