Merge branch 'MDL-56164-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
David Monllao
2016-10-03 13:07:01 +08:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ require_once(__DIR__ . '/lib.php');
$THEME->name = 'boost';
$THEME->scssfile = theme_boost_get_scss_file($THEME);
$THEME->sheets = [];
$THEME->editor_sheets = ['editor'];
$THEME->editor_sheets = [];
$THEME->layouts = [
// Most backwards compatible layout without the blocks - this is the layout used by default.
View File