From bd2bed9345d4593626dd88e9143f915544869758 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 11 Aug 2002 06:24:28 +0000 Subject: [PATCH] Mention the new themes --- config-dist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-dist.php b/config-dist.php index 85c80b3edd..5a38ae5091 100644 --- a/config-dist.php +++ b/config-dist.php @@ -60,8 +60,8 @@ $CFG->dataroot = "/home/moodledata"; // Choose a theme from the "themes" folder. Current choices include -// "standard" and "standardblue", but feel free to copy one and -// make new themes! +// "standard", "standardblue", "standardgreen" and "standardred", +// but feel free to copy one and make new themes! $CFG->theme = "standard"; -- 2.39.5