]> git.mjollnir.org Git - moodle.git/commitdiff
I've set the old THEME variables to bright green to help identify
authormoodler <moodler>
Tue, 25 Jan 2005 13:20:44 +0000 (13:20 +0000)
committermoodler <moodler>
Tue, 25 Jan 2005 13:20:44 +0000 (13:20 +0000)
where hard-coded colours need to be removed

theme/standard/config.php
theme/standard/header.html

index 33fd176b8eac732e0b3d19d4518812a82368d1d4..bf97fdd211fa6cc793ab6d9e074dc81ad06d1d13 100644 (file)
@@ -1,14 +1,17 @@
 <?PHP // $Id$
 
-$THEME->body         = "#FFEECE";  // Main page color
-$THEME->cellheading  = "#FFD991";  // Standard headings of big tables
-$THEME->cellheading2 = "#FFC85F";  // Highlight headings of tables
-$THEME->cellcontent  = "#FFFFFF";  // For areas with text
-$THEME->cellcontent2 = "#FEE6B9";  // Alternate colour
-$THEME->borders      = "#FFC85F";  // Table borders
-$THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
-$THEME->hidden       = "#AAAAAA";  // To color things that are hidden
-$THEME->autolink     = "#DDDDDD";  // To color auto-generated links (eg glossary)
+// These colours are not used anymore, so I've set them to 
+// bright red to help identify where they should be removed
+
+$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)
 
 $THEME->custompix    = false;      // If true, then this theme must have a "pix" 
                                    // subdirectory that contains copies of all 
index 89f86974a81a952ed19c6753fec6f509d55110d3..c2e795030aa8a1d5489905942de6842ec7bef850 100644 (file)
@@ -14,7 +14,6 @@
     if ($focus) {
         echo " onload=\"setfocus()\"";
     }
-    echo " bgcolor=\"$THEME->body\">";
     ?>
     
 <div id="page">