--- loncom/interface/lontemplate.pm 2009/02/13 17:29:39 1.15 +++ loncom/interface/lontemplate.pm 2009/11/26 05:21:43 1.40 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.15 2009/02/13 17:29:39 neumanie Exp $ +# $Id: lontemplate.pm,v 1.40 2009/11/26 05:21:43 faziophi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -44,25 +44,27 @@ 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('