--- loncom/interface/lonaboutme.pm 2009/02/19 17:32:39 1.99 +++ loncom/interface/lonaboutme.pm 2009/02/19 18:55:53 1.100 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.99 2009/02/19 17:32:39 neumanie Exp $ +# $Id: lonaboutme.pm,v 1.100 2009/02/19 18:55:53 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -342,11 +342,8 @@ my $image; { &print_portfiles_link($r,$is_course); - if(&Apache::lonrss::advertisefeeds($cnum,$cdom) ne ''){ - $r->print('
'); - $r->print('

'.'RSS Feeds and Blogs'.'

'); - $r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom)); - $r->print('
'); + if(&Apache::lonrss::advertisefeeds($cnum,$cdom) ne ''){ + &Apache::lontemplate::print_template($r,'RSS Feeds and Blogs',&Apache::lonrss::advertisefeeds($cnum,$cdom),1,'LC_ContentBoxSpecial'); } }#End Print RSS and portfiles