From: stronk7 Date: Fri, 7 May 2004 18:08:54 +0000 (+0000) Subject: Included global $THEME to support custom images... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1adf511c7eb50b0aa12b5381442c026226addbb6;p=moodle.git Included global $THEME to support custom images... --- diff --git a/rss/rsslib.php b/rss/rsslib.php index 03d06c3242..094b8c0a0b 100644 --- a/rss/rsslib.php +++ b/rss/rsslib.php @@ -110,7 +110,7 @@ function rss_save_file ($modname,$mod,$result) { //This function return all the common headers for every rss feed in the site function rss_standard_header($title = NULL, $link = NULL, $description = NULL) { - global $CFG, $USER; + global $CFG, $THEME, $USER; static $pixpath = '';