mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum
This commit is contained in:
parent
44c0751bbf
commit
aa60291e12
11 changed files with 48 additions and 62 deletions
|
@ -317,7 +317,7 @@
|
|||
//this links has been Settings (database activity administration) block
|
||||
/*if (!empty($CFG->enablerssfeeds) && !empty($CFG->data_enablerssfeeds) && $data->rssarticles > 0) {
|
||||
echo '<div style="float:right;">';
|
||||
rss_print_link($context->id, $USER->id, 'data', $data->id, get_string('rsstype'));
|
||||
rss_print_link($context->id, $USER->id, 'mod_data', $data->id, get_string('rsstype'));
|
||||
echo '</div>';
|
||||
echo '<div style="clear:both;"></div>';
|
||||
}*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue