--- loncom/auth/lonlogout.pm 2000/06/07 19:31:05 1.1 +++ loncom/auth/lonlogout.pm 2000/10/05 15:31:42 1.2 @@ -11,6 +11,7 @@ use strict; use Apache::Constants qw(:common); use Apache::File; use Apache::lonnet; +use Apache::lonmenu; use CGI::Cookie(); sub handler { @@ -45,10 +46,17 @@ sub handler { $r->content_type('text/html'); $r->send_http_header; return OK if $r->header_only; +# -------------------------------------------------------- Menu script and info + + my $windowinfo=&Apache::lonmenu::close(); + +# --------------------------------------------------------------- Screen Output $r->print(< The LearningOnline Network with CAPA Logout -

Goodbye!

+ +$windowinfo +

Goodbye!

ENDDOCUMENT return OK;