--- loncom/interface/lonmenu.pm 2003/02/14 19:35:54 1.38 +++ loncom/interface/lonmenu.pm 2003/02/14 21:22:04 1.39 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.38 2003/02/14 19:35:54 www Exp $ +# $Id: lonmenu.pm,v 1.39 2003/02/14 21:22:04 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -47,7 +47,8 @@ sub menubuttons { my $forcereg=shift; my $target =shift; unless ($ENV{'browser.interface'} eq 'textual') { return ''; } - return "Menu here
"; + my $output='Main Menu
'; + return $output."
"; } # ============================================== Register a URL with the remote