--- loncom/interface/lontemplate.pm 2008/12/22 14:24:50 1.14 +++ 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.14 2008/12/22 14:24:50 ehlerst 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,84 @@ use Apache::lonmsgdisplay(); use HTML::Entities(); -sub start_columnSection{ +sub start_columnSection { my ($r) = @_; $r->print('
'); - } - &print_template($r,$syllabusfields{$field},$message,$allowed); + if($field eq 'aaa_contactinfo') { + $r->print('
'.$content.''); +} + +sub print_end_template { + my ($r) = @_; $r->print('