Skip to content

Commit

Permalink
Merge branch 'MDL-38702_master' of git://github.com/lazydaisy/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Apr 2, 2013
2 parents a5efbe6 + 89c9dfc commit cbaeabb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion theme/mymobile/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,7 @@

// 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;

0 comments on commit cbaeabb

Please sign in to comment.