--- loncom/interface/lonsimplepage.pm 2009/04/15 10:49:30 1.78 +++ loncom/interface/lonsimplepage.pm 2009/05/07 16:20:37 1.79 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.78 2009/04/15 10:49:30 bisitz Exp $ +# $Id: lonsimplepage.pm,v 1.79 2009/05/07 16:20:37 amueller Exp $ # # Copyright Michigan State University Board of Trustees # @@ -311,8 +311,10 @@ if($target ne 'tex'){ ''. ''. '
'. - ''. - '' ); + ''); + if($syllabus{'uploaded.photourl'}) { + $r->print('' ); + } } if($allowed){ $r->print($image.'
 
');