--- loncom/interface/lontemplate.pm 2009/05/30 21:52:30 1.35 +++ loncom/interface/lontemplate.pm 2009/06/08 18:04:46 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.35 2009/05/30 21:52:30 bisitz Exp $ +# $Id: lontemplate.pm,v 1.36 2009/06/08 18:04:46 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -76,9 +76,9 @@ sub print_aboutme_content_template { if($field eq 'aaa_contactinfo') { $r->print('
 
'); - &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_ContentBoxSpecial'); + &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_Box'); } else { - &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_ContentBoxSpecial'); + &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_Box'); } } else {