Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
274e05d
)
Included global $THEME to support custom images...
author
stronk7
<stronk7>
Fri, 7 May 2004 18:08:54 +0000
(18:08 +0000)
committer
stronk7
<stronk7>
Fri, 7 May 2004 18:08:54 +0000
(18:08 +0000)
rss/rsslib.php
patch
|
blob
|
blame
|
history
diff --git
a/rss/rsslib.php
b/rss/rsslib.php
index
03d06c3
..
094b8c0
100644
(file)
--- 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 = '';