MDL-43839 core: changed the default theme from standard to clean

This commit is contained in:
Andrew Davis
2014-03-18 11:12:55 +08:00
parent c0e88129d1
commit 7d1f086f31
4 changed files with 37 additions and 9 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ class theme_config {
/**
* @var string Default theme, used when requested theme not found.
*/
const DEFAULT_THEME = 'standard';
const DEFAULT_THEME = 'clean';
/**
* @var array You can base your theme on other themes by linking to the other theme as