--- loncom/homework/structuretags.pm 2003/02/14 19:35:54 1.147 +++ loncom/homework/structuretags.pm 2003/02/14 21:22:04 1.148 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.147 2003/02/14 19:35:54 www Exp $ +# $Id: structuretags.pm,v 1.148 2003/02/14 21:22:04 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -101,7 +101,7 @@ sub page_start { $body_tag_start.='bgcolor="#ffffff"'; } } - $body_tag_start.='>'; + $body_tag_start.='>'.&Apache::lonmenu::menubuttons(undef,$target); if ($target eq 'web' && $ENV{'request.state'} ne 'construct') { my ($symb)=&Apache::lonxml::whichuser(); if ($symb eq '') {