From: moodler Date: Thu, 24 Jun 2004 13:00:51 +0000 (+0000) Subject: Default 'template' and 'style' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1854c99cc2a22a1e47175d7279563d2ce1136534;p=moodle.git Default 'template' and 'style' --- diff --git a/lib/defaults.php b/lib/defaults.php index c36ee08c34..086fdb4ce7 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -42,7 +42,9 @@ "smtphosts" => "", "smtppass" => "", "smtpuser" => "", + "style" => "default", "teacherassignteachers" => true, + "template" => "default", "textfilters" => "mod/glossary/dynalink.php", "timezone" => 99, "theme" => "standard",