version 1.170, 2025/01/28 19:49:20
|
version 1.171, 2025/03/16 21:04:09
|
Line 389 sub handler {
|
Line 389 sub handler {
|
|
|
if ($target ne 'tex') { #Begin Print RSS and portfiles |
if ($target ne 'tex') { #Begin Print RSS and portfiles |
&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,'','','',1) ne '') { |
&Apache::lontemplate::print_start_template($r,'RSS Feeds and Blogs','LC_Box'); |
&Apache::lontemplate::print_start_template($r,'RSS Feeds and Blogs','LC_Box'); |
$r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom)); |
$r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom,'','','',1)); |
&Apache::lontemplate::print_end_template($r); |
&Apache::lontemplate::print_end_template($r); |
} |
} |
|
|