--- loncom/interface/lonmenu.pm 2003/04/12 15:57:30 1.59 +++ loncom/interface/lonmenu.pm 2003/04/17 13:21:36 1.60 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.59 2003/04/12 15:57:30 www Exp $ +# $Id: lonmenu.pm,v 1.60 2003/04/17 13:21:36 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -203,6 +203,11 @@ sub innerregister { my $reopen=&Apache::lonmenu::reopenmenu(); my $newmail=''; + if (($textual) && ($ENV{'request.symb'})) { + my ($mapurl,$rid,$resurl)=split(/\_\_\_/,$ENV{'request.symb'}); + $newmail=&Apache::lonnet::gettitle($mapurl).': '. + &Apache::lonnet::gettitle($resurl).'   '; + } if (&Apache::lonmsg::newmail()) { $newmail=($textual? 'You have new messages
':