Diff for /loncom/interface/lonaboutme.pm between versions 1.99 and 1.100

version 1.99, 2009/02/19 17:32:39 version 1.100, 2009/02/19 18:55:53
Line 342  my $image; Line 342  my $image;
        {         {
   
  &print_portfiles_link($r,$is_course);   &print_portfiles_link($r,$is_course);
  if(&Apache::lonrss::advertisefeeds($cnum,$cdom) ne ''){   if(&Apache::lonrss::advertisefeeds($cnum,$cdom) ne ''){
  $r->print('<div class="LC_ContentBoxSpecial">');   &Apache::lontemplate::print_template($r,'RSS Feeds and Blogs',&Apache::lonrss::advertisefeeds($cnum,$cdom),1,'LC_ContentBoxSpecial');
  $r->print('<h4 class="LC_hcell">'.'RSS Feeds and Blogs'.'</h4>');  
  $r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom));  
  $r->print('</div>');  
  }   }
   
        }#End  Print RSS and portfiles         }#End  Print RSS and portfiles

Removed from v.1.99  
changed lines
  Added in v.1.100


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>