--- loncom/interface/lontemplate.pm 2009/02/20 17:45:40 1.19 +++ loncom/interface/lontemplate.pm 2009/03/01 13:23:12 1.21 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.19 2009/02/20 17:45:40 neumanie Exp $ +# $Id: lontemplate.pm,v 1.21 2009/03/01 13:23:12 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -127,7 +127,17 @@ sub print_template $r->print('
' .$content . '
'); $r->print(''); } - +sub print_start_template +{ + my ($r,$topic,$boxclass) = @_; + $r->print('