]> git.mjollnir.org Git - moodle.git/commitdiff
Added lang config!
authormartin <martin>
Sun, 7 Apr 2002 04:10:08 +0000 (04:10 +0000)
committermartin <martin>
Sun, 7 Apr 2002 04:10:08 +0000 (04:10 +0000)
config.php

index 07ee4b8a888cb927619bbd04cd98a2b1b0405b34..a155e833322f5108ee51327ca016a833ac3aaa09 100644 (file)
@@ -59,6 +59,11 @@ $CFG->dataroot  = "/home/moodledata";
 $CFG->theme     = "standard";
 
 
+// Choose a sitewide language - this will affect navigation, help etc
+
+$CFG->lang     = "en";
+
+
 // Give the full name (eg mail.example.com) of an SMTP server that the 
 // web server machine has access to (to send mail).