]> git.mjollnir.org Git - moodle.git/commitdiff
Removed some obsolete stuff
authormoodler <moodler>
Wed, 20 Sep 2006 06:52:54 +0000 (06:52 +0000)
committermoodler <moodler>
Wed, 20 Sep 2006 06:52:54 +0000 (06:52 +0000)
theme/standard/config.php

index 25c833add5a8b5cd9ec7fd25d56bcebba1024f79..8628ae95b9fbb2a8f92748a814aa06fe6d42a8ed 100644 (file)
@@ -137,19 +137,4 @@ $THEME->custompix = false;
 /// use &lt; &gt; &raquo; - these are confusing for blind users.
 ////////////////////////////////////////////////////////////////////////////////
 
-
-// These colours are not used anymore, so I've set them to 
-// bright green to help identify where they should be removed
-// These lines will be deleted soon
-
-$THEME->body         = "#22FF22";  // Main page color
-$THEME->cellheading  = "#22FF22";  // Standard headings of big tables
-$THEME->cellheading2 = "#22FF22";  // Highlight headings of tables
-$THEME->cellcontent  = "#22FF22";  // For areas with text
-$THEME->cellcontent2 = "#22FF22";  // Alternate colour
-$THEME->borders      = "#22FF22";  // Table borders
-$THEME->highlight    = "#22FF22";  // Highlighted text (eg after a search)
-$THEME->hidden       = "#22FF22";  // To color things that are hidden
-$THEME->autolink     = "#22FF22";  // To color auto-generated links (eg glossary)
-
 ?>