mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Included global $THEME to support custom images...
This commit is contained in:
parent
274e05dbd5
commit
1adf511c7e
@ -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 = '';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user