MDL-43839 core: changed the default theme from standard to clean
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user