From 377c6fa437c8739598d034fdb10c46edca07d54b Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 9 Jun 2005 12:53:14 +0000 Subject: [PATCH] Default theme during setup is standardwhite, not standard --- lib/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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