Skip to content

Commit

Permalink
MDL-38702 theme_mymobile: Replaced missing theme setting to disable C…
Browse files Browse the repository at this point in the history
…SS Optimiser.

The missing setting was a regression casued by MDL-33357.
  • Loading branch information
Mary Evans committed Mar 26, 2013
1 parent 373a8e0 commit 89c9dfc
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 @@ -163,4 +163,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 89c9dfc

Please sign in to comment.