Default theme during setup is standardwhite, not standard
This commit is contained in:
+1
-1
@@ -330,7 +330,7 @@ global $THEME;
|
||||
}
|
||||
|
||||
if (!isset($CFG->theme)) {
|
||||
$CFG->theme = 'standard';
|
||||
$CFG->theme = 'standardwhite';
|
||||
}
|
||||
|
||||
theme_setup(); // Sets up theme global variables
|
||||
|
||||
Reference in New Issue
Block a user