[LON-CAPA-cvs] cvs: loncom /auth lonlogout.pm
droeschl
droeschl@source.lon-capa.org
Sat, 16 May 2009 13:50:04 -0000
droeschl Sat May 16 13:50:04 2009 EDT
Modified files:
/loncom/auth lonlogout.pm
Log:
Changes related to modification of LON-CAPA screen header.
Nav_bar wont be shown on logout page anymore. This fixes a display issue.
Index: loncom/auth/lonlogout.pm
diff -u loncom/auth/lonlogout.pm:1.37 loncom/auth/lonlogout.pm:1.38
--- loncom/auth/lonlogout.pm:1.37 Mon Mar 16 17:07:38 2009
+++ loncom/auth/lonlogout.pm Sat May 16 13:50:04 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Logout Handler
#
-# $Id: lonlogout.pm,v 1.37 2009/03/16 17:07:38 bisitz Exp $
+# $Id: lonlogout.pm,v 1.38 2009/05/16 13:50:04 droeschl Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -103,7 +103,8 @@
$switch);
} else {
$start_page=&Apache::loncommon::start_page('Logged Out',undef,
- {'no_inline_link' => 1,});
+ {'no_inline_link' => 1,
+ 'no_nav_bar' => 1,});
$relogmessage.='<h1>'.&mt('Goodbye').'</h1>'
.'<p>'.&mt('Thank you for using LON-CAPA.').'</p>';