From 1adf511c7eb50b0aa12b5381442c026226addbb6 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 7 May 2004 18:08:54 +0000 Subject: [PATCH] Included global $THEME to support custom images... --- rss/rsslib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.39.5