--- loncom/interface/lonpreferences.pm 2002/08/21 17:18:08 1.10 +++ loncom/interface/lonpreferences.pm 2002/08/27 13:23:01 1.11 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.10 2002/08/21 17:18:08 www Exp $ +# $Id: lonpreferences.pm,v 1.11 2002/08/27 13:23:01 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -413,6 +413,15 @@ ENDPASSWORDFORM ENDSCREENNAMEFORM +# The "about me" page + my $aboutmeaction= + '/adm/'.$ENV{'user.domain'}.'/'.$ENV{'user.name'}.'/aboutme'; + $r->print(< + + + +ENDABOUTME # Other preference setting code should be added here } }