--- loncom/interface/lonaboutme.pm 2008/12/08 23:13:52 1.77 +++ loncom/interface/lonaboutme.pm 2008/12/09 10:45:44 1.78 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.77 2008/12/08 23:13:52 raeburn Exp $ +# $Id: lonaboutme.pm,v 1.78 2008/12/09 10:45:44 ehlerst Exp $ # # Copyright Michigan State University Board of Trustees # @@ -291,14 +291,12 @@ my $image; '
'); } + &Apache::lontemplate::start_columnSection($r); &Apache::lontemplate::print_content_template($r,$allowed,$target,\%syllabusfields,\%syllabus); if($target ne 'tex') { - + &Apache::lontemplate::print_image($r,$image); &print_portfiles_link($r,$is_course); - $r->print('
'); - $r->print($image); - $r->print('
'); $r->print(''); $r->print('

'); @@ -358,7 +356,7 @@ my $image; $r->print('

'.&mt('Close window').''); } $r->print('
'.&mt('Last updated').': '.$lastmod); - + &Apache::lontemplate::end_columnSection($r); $r->print(&Apache::loncommon::end_page()); } else { $r->print('\end{document}');