--- loncom/interface/lonaboutme.pm 2023/09/27 14:52:26 1.166 +++ loncom/interface/lonaboutme.pm 2023/12/28 03:33:15 1.167 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.166 2023/09/27 14:52:26 raeburn Exp $ +# $Id: lonaboutme.pm,v 1.167 2023/12/28 03:33:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -407,6 +407,9 @@ sub handler { if ($target ne 'tex') {$r->print('
');} else {$r->print('\\\\');} } else { $r->print('

'.&mt('No personal information provided').'.

'); + if ($target ne 'tex') { + &print_portfiles_link($r,$is_course); + } } if ($env{'request.course.id'}