From 65f1df629cf03273449c8a9854102083809d6d94 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 7 Aug 2004 16:54:25 +0000 Subject: [PATCH] Preparing rss stuff to be showed in lists of activities... --- rss/rsslib.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rss/rsslib.php b/rss/rsslib.php index 7a13d01777..a3e5565bc0 100644 --- a/rss/rsslib.php +++ b/rss/rsslib.php @@ -1,8 +1,8 @@ "; + return ""; } +//This function prints the icon (from theme) with the link to rss/file.php +function rss_print_link($courseid, $userid, $modulename, $id, $tooltiptext="") { + + echo rss_get_link($courseid, $userid, $modulename, $id, $tooltiptext); + +} //This function iterates over each module in the server to see if //it supports generating rss feeds, searching for a MODULENAME_rss_feeds() //function and invoking it foreach activity as necessary -- 2.39.5