mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-38702_master' of git://github.com/lazydaisy/moodle
This commit is contained in:
commit
cbaeabbe47
1 changed files with 4 additions and 1 deletions
|
@ -157,3 +157,6 @@ if ($thisdevice == "default" || $thisdevice == "tablet" || optional_param('mymob
|
||||||
// Sets a custom render factory to use with the theme, used when working with custom renderers.
|
// Sets a custom render factory to use with the theme, used when working with custom renderers.
|
||||||
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
|
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
|
||||||
$THEME->csspostprocess = 'mymobile_user_settings';
|
$THEME->csspostprocess = 'mymobile_user_settings';
|
||||||
|
|
||||||
|
// Disables CSS Optimiser for MyMobile theme.
|
||||||
|
$THEME->supportscssoptimisation = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue