Default theme during setup is standardwhite, not standard

This commit is contained in:
moodler
2005-06-09 12:53:14 +00:00
parent 2535c5777d
commit 377c6fa437
+1 -1
View File
@@ -330,7 +330,7 @@ global $THEME;
}
if (!isset($CFG->theme)) {
$CFG->theme = 'standard';
$CFG->theme = 'standardwhite';
}
theme_setup(); // Sets up theme global variables