]> git.mjollnir.org Git - moodle.git/commitdiff
Included global $THEME to support custom images...
authorstronk7 <stronk7>
Fri, 7 May 2004 18:08:54 +0000 (18:08 +0000)
committerstronk7 <stronk7>
Fri, 7 May 2004 18:08:54 +0000 (18:08 +0000)
rss/rsslib.php

index 03d06c32423678ef013634915014a45b0a6d3d7d..094b8c0a0b7ccf8cd0b99e2cf29a6034516be77d 100644 (file)
@@ -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 = '';