--- loncom/homework/structuretags.pm 2003/02/27 20:01:05 1.151 +++ loncom/homework/structuretags.pm 2003/03/03 15:59:42 1.152 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.151 2003/02/27 20:01:05 sakharuk Exp $ +# $Id: structuretags.pm,v 1.152 2003/03/03 15:59:42 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -101,7 +101,7 @@ sub page_start { $body_tag_start.='bgcolor="#ffffff"'; } } - $body_tag_start.='>'.&Apache::lonmenu::menubuttons(undef,$target); + $body_tag_start.='>'.&Apache::lonmenu::menubuttons(undef,$target,1); if ($target eq 'web' && $ENV{'request.state'} ne 'construct') { my ($symb)=&Apache::lonxml::whichuser(); if ($symb eq '') {