--- loncom/interface/loncommon.pm 2006/03/16 21:34:03 1.310 +++ loncom/interface/loncommon.pm 2006/03/16 21:54:40 1.311 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.310 2006/03/16 21:34:03 albertel Exp $ +# $Id: loncommon.pm,v 1.311 2006/03/16 21:54:40 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3038,6 +3038,7 @@ Inputs: $title - optional title for the %args - additional optional args supported are: only_body -> is true will set &bodytag() onlybodytag arg on no_nav_bar -> is true will set &bodytag() notopbar arg on + add_entries -> additional attributes to add to the =back @@ -3048,8 +3049,8 @@ sub start_page { return &Apache::lonxml::xmlbegin(). &headtag($title,$head_extra).&endheadtag(). - &bodytag($title,undef,undef,$args->{'only_body'},undef,undef,undef, - $args->{'no_nav_bar'}); + &bodytag($title,undef,$args->{'add_entries'},$args->{'only_body'}, + undef,undef,undef,$args->{'no_nav_bar'}); } =pod