Merge branch 'MDL-65438-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Adrian Greeve 2019-06-10 13:56:51 +08:00
commit 5b9027a83a

View File

@ -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;
}