--- loncom/interface/lontemplate.pm 2009/02/13 18:56:13 1.16 +++ loncom/interface/lontemplate.pm 2009/12/03 02:13:28 1.41 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.16 2009/02/13 18:56:13 neumanie Exp $ +# $Id: lontemplate.pm,v 1.41 2009/12/03 02:13:28 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -44,92 +44,80 @@ use Apache::lonmsgdisplay(); use HTML::Entities(); -sub start_columnSection{ +sub start_columnSection { my ($r) = @_; $r->print('
'); - } - if($field eq 'aaa_contactinfo') { - if($allowed){ $r->print('
'.$content.''); +} + +sub print_end_template { + my ($r) = @_; $r->print('