Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'MDL-65438-master' of git://github.com/bmbrands/moodle
[moodle.git]
/
lib
/
outputlib.php
diff --git
a/lib/outputlib.php
b/lib/outputlib.php
index
5a2c831
..
b568f28
100644
(file)
--- a/
lib/outputlib.php
+++ b/
lib/outputlib.php
@@
-1107,6
+1107,8
@@
class theme_config {
}
}
+ // Allow themes to change the css url to something like theme/mytheme/mycss.php.
+ component_callback('theme_' . $this->name, 'alter_css_urls', [&$urls]);
return $urls;
}