mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
rss MDL-23391 made lib/rsslib.php more generic
This commit is contained in:
parent
e269084401
commit
43b92251be
9 changed files with 40 additions and 37 deletions
|
@ -816,11 +816,14 @@ class blog_listing {
|
|||
|
||||
echo $OUTPUT->render($pagingbar);
|
||||
|
||||
/* TODO RSS link
|
||||
if ($CFG->enablerssfeeds) {
|
||||
$this->blog_rss_print_link($filtertype, $filterselect, $tag);
|
||||
//todo reimplement blog rss feeds
|
||||
|
||||
//blog_rss_print_link($filtertype, $filterselect, $tag);
|
||||
|
||||
//require_once("$CFG->libdir/rsslib.php");
|
||||
//rss_add_http_header($sitecontext, 'blog', $forum, $rsstitle);
|
||||
}
|
||||
*/
|
||||
|
||||
if (has_capability('moodle/blog:create', $sitecontext)) {
|
||||
//the user's blog is enabled and they are viewing their own blog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue