]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14741: Use a more neutral default skin.
authorscyrma <scyrma>
Wed, 23 Jul 2008 08:32:57 +0000 (08:32 +0000)
committerscyrma <scyrma>
Wed, 23 Jul 2008 08:32:57 +0000 (08:32 +0000)
lib/editor/tinymce.js.php

index 233ab4c5786e886c12f02cfb8193f35c730559da..ed771365ec8a7d732718c99f5652ce8ba1c1f5c1 100644 (file)
@@ -154,6 +154,7 @@ echo <<<EOF
         document_base_url: "$CFG->httpswwwroot",
         theme: "simple",
         skin: "o2k7",
+        skin_variant: "silver",
         apply_source_formatting: true, 
         remove_script_host: false,
         entity_encoding: "raw",
@@ -168,6 +169,7 @@ echo <<<EOF
         document_base_url: "$CFG->httpswwwroot",
         theme: "advanced",
         skin: "o2k7",
+        skin_variant: "silver",
         apply_source_formatting: true, 
         remove_script_host: false,
         entity_encoding: "raw",