Skip to content

Commit

Permalink
Included global $THEME to support custom images...
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 7, 2004
1 parent 274e05d commit 1adf511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss/rsslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';

Expand Down

0 comments on commit 1adf511

Please sign in to comment.