Merge branch 'MDL-38702_master' of git://github.com/lazydaisy/moodle

This commit is contained in:
Dan Poltawski 2013-04-02 10:04:26 +08:00
commit cbaeabbe47

View file

@ -156,4 +156,7 @@ if ($thisdevice == "default" || $thisdevice == "tablet" || optional_param('mymob
// Sets a custom render factory to use with the theme, used when working with custom renderers.
$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;