--- loncom/interface/loncommon.pm 2003/02/13 23:02:42 1.81 +++ loncom/interface/loncommon.pm 2003/02/14 21:22:04 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.81 2003/02/13 23:02:42 albertel Exp $ +# $Id: loncommon.pm,v 1.82 2003/02/14 21:22:04 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -81,6 +81,7 @@ use GDBM_File; use POSIX qw(strftime mktime); use Apache::Constants qw(:common); use Apache::lonmsg(); +use Apache::lonmenu(); my $readit; =pod @@ -1582,8 +1583,8 @@ END if ($bodyonly) { return $bodytag; } elsif ($ENV{'browser.interface'} eq 'textual') { - return $bodytag.'

LON-CAPA: '.$title. - '

Main Menu
'; + return $bodytag.&Apache::lonmenu::menubuttons(undef,'web'). + '

LON-CAPA: '.$title.'

'; } else { return(<