]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed inline comments (I had tried a couple of schemes).
authormoodler <moodler>
Wed, 26 Jan 2005 14:18:36 +0000 (14:18 +0000)
committermoodler <moodler>
Wed, 26 Jan 2005 14:18:36 +0000 (14:18 +0000)
theme/standard/config.php

index bbf5dcbedba19c337f2d67311fd5d3df6dbbfd46..12b81a115b4da456fdbc1506e2ef0370c9a89264 100644 (file)
@@ -20,8 +20,8 @@ $THEME->standardsheets = true;
 /// filenames from the *STANDARD* theme.  If the 
 /// array exists, it will be used to choose the 
 /// files to include in the standard style sheet.
-/// When false or non-existent, then no files are used.
-/// When true, then ALL standard files are used.
+/// When false, then no files are used.
+/// When true or NON-EXISTENT, then ALL standard files are used.
 /// This parameter can be used, for example, to prevent 
 /// having to override too many classes.
 /// Note that the trailing .css should not be included