diff --git a/lib/setup.php b/lib/setup.php index a00571e3017..81136a80c1a 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -330,7 +330,7 @@ global $THEME; } if (!isset($CFG->theme)) { - $CFG->theme = 'standard'; + $CFG->theme = 'standardwhite'; } theme_setup(); // Sets up theme global variables