--- loncom/interface/loncommunicate.pm 2005/05/20 17:00:40 1.29 +++ loncom/interface/loncommunicate.pm 2006/04/08 06:59:34 1.31 @@ -1,7 +1,7 @@ # The LearningOnline Network # Communicate # -# $Id: loncommunicate.pm,v 1.29 2005/05/20 17:00:40 albertel Exp $ +# $Id: loncommunicate.pm,v 1.31 2006/04/08 06:59:34 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -31,7 +31,7 @@ package Apache::loncommunicate; use strict; use Apache::Constants qw(:common); -use Apache::lonmsg(); +use Apache::lonmsgdisplay(); use Apache::loncommon; use Apache::lonlocal; use Apache::lonnet; @@ -97,13 +97,6 @@ sub handler { # # Start document # - my $html=&Apache::lonxml::xmlbegin(); - $r->print(< -The LearningOnline Network with CAPA - -END # ----------------------------------------------------------------- Breadcrumbs &Apache::lonhtmlcommon::clear_breadcrumbs(); @@ -113,9 +106,10 @@ END faq=>12,bug=>'Communication Tools',}); # ---------------------------------------------------------------------- Header - &Apache::lonmsg::header($r); + &Apache::lonmsgdisplay::header($r); &menu($r); - &Apache::lonmsg::disall($r,'new'); + &Apache::lonmsgdisplay::disall($r,'new'); + $r->print(&Apache::loncommon::end_page()); return OK; }