mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-65438-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
5b9027a83a
@ -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;
|
return $urls;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user