--- loncom/interface/lonaboutme.pm 2008/12/15 15:46:35 1.84 +++ loncom/interface/lonaboutme.pm 2009/02/26 16:17:30 1.106 @@ -1,7 +1,7 @@ # The LearningOnline Network -# "About Me" Personal Information +# Personal Information Page # -# $Id: lonaboutme.pm,v 1.84 2008/12/15 15:46:35 raeburn Exp $ +# $Id: lonaboutme.pm,v 1.106 2009/02/26 16:17:30 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -86,6 +86,7 @@ use Apache::lonlocal; use Apache::lonmsgdisplay(); use Apache::lontemplate; use HTML::Entities(); +use Image::Magick; sub handler { my $r = shift; @@ -119,7 +120,7 @@ sub handler { if ($target eq 'tex') { $r->print('\noindent{\large\textbf{'.&mt('No user home page available').'}}\\\\\\\\'); } else { - $r->print(&Apache::loncommon::start_page("Personal Information")); + $r->print(&Apache::loncommon::start_page("Personal Information Page")); $r->print('

'.&mt('No user home page available') .'

'. &mt('This is a result of one of the following:').'