--- loncom/interface/lonmenu.pm 2009/03/02 11:51:25 1.254
+++ loncom/interface/lonmenu.pm 2009/03/29 20:10:37 1.256
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines to control the menu
#
-# $Id: lonmenu.pm,v 1.254 2009/03/02 11:51:25 bisitz Exp $
+# $Id: lonmenu.pm,v 1.256 2009/03/29 20:10:37 kaisler Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -348,6 +348,12 @@ ENDCRELOAD
my $form=&serverform();
my $utility=&utilityfunctions();
+ my $messagelink = "";
+ if(&Apache::lonmsg::mynewmail()){
+ $messagelink = 'Message(new)'
+ }else{
+ $messagelink = 'Message'
+ }
my $helplink=&Apache::loncommon::top_nav_help('Help');
return (<
@@ -358,7 +364,7 @@ $utility