--- loncom/interface/lonsyllabus.pm 2009/04/15 10:49:30 1.86 +++ loncom/interface/lonsyllabus.pm 2009/04/21 17:54:27 1.87 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.86 2009/04/15 10:49:30 bisitz Exp $ +# $Id: lonsyllabus.pm,v 1.87 2009/04/21 17:54:27 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -345,6 +345,8 @@ if($target ne 'tex'){ if($allowed){ &Apache::lontemplate::print_start_template($r,'RSS Feeds and Blogs','LC_ContentBoxSpecial'); $r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom,$forceedit)); + my $editurl= &Apache::lonnet::absolute_url().'/adm/'.$cdom.'/'.$cnum.'/_rss.html'; + $r->print( ''.&mt('New RSS Feed or Blog').''); &Apache::lontemplate::print_end_template($r); } elsif(&Apache::lonrss::advertisefeeds($cnum,$cdom) ne ''){