Included global $THEME to support custom images...

This commit is contained in:
stronk7 2004-05-07 18:08:54 +00:00
parent 274e05dbd5
commit 1adf511c7e

View 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 = '';