--- loncom/interface/lonaboutme.pm 2008/12/10 15:58:36 1.81 +++ loncom/interface/lonaboutme.pm 2009/03/02 22:32:19 1.108 @@ -1,7 +1,7 @@ # The LearningOnline Network -# "About Me" Personal Information +# Personal Information Page # -# $Id: lonaboutme.pm,v 1.81 2008/12/10 15:58:36 ehlerst Exp $ +# $Id: lonaboutme.pm,v 1.108 2009/03/02 22:32:19 schualex 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:').'