--- loncom/auth/lonlogout.pm 2010/03/16 19:55:31 1.40 +++ loncom/auth/lonlogout.pm 2010/03/22 20:11:08 1.41 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.40 2010/03/16 19:55:31 droeschl Exp $ +# $Id: lonlogout.pm,v 1.41 2010/03/22 20:11:08 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -101,8 +101,7 @@ sub handler { $switch); } else { $start_page=&Apache::loncommon::start_page('Logged Out',undef, - {'no_inline_link' => 1, - 'no_nav_bar' => 1,}); + {'no_nav_bar' => 1,}); $relogmessage.='

'.&mt('Goodbye').'

' .'

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

';