]> git.mjollnir.org Git - moodle.git/commitdiff
Added new custompix parameter
authormoodler <moodler>
Mon, 28 Apr 2003 04:45:15 +0000 (04:45 +0000)
committermoodler <moodler>
Mon, 28 Apr 2003 04:45:15 +0000 (04:45 +0000)
theme/brightretro/config.php
theme/garden/config.php
theme/oceanblue/config.php
theme/poweraid/config.php
theme/standard/config.php
theme/standardblue/config.php
theme/standardgreen/config.php
theme/standardlogo/config.php
theme/standardred/config.php
theme/standardwhite/config.php

index 097cc646dbb1d0ac7bdf354c06f54a212a6a595a..6f61ee3222e039c09d0101bf66c0291212ba536a 100644 (file)
@@ -8,4 +8,9 @@ $THEME->cellcontent2 = "#FFEECE";  // Alternate colour
 $THEME->borders      = "#FFFFFF";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 
+$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
+                                   // subdirectory that contains copies of all 
+                                   // files from the moodle/pix directory
+                                   // See "cordoroyblue" for an up-to-date example.
+
 ?>
index 5a669e8558523d89a0f91ea16a82f06b4c6c6bb5..516fd2c4d3d65a27b85e2ed5ec85833eb08076f1 100755 (executable)
@@ -8,4 +8,8 @@ $THEME->cellcontent2 = "";  // Alternate colour
 $THEME->borders      = "#669966";  // Table borders
 $THEME->highlight    = "#ffff99";  // Highlighted text (eg after a search)
 
+$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
+                                   // subdirectory that contains copies of all 
+                                   // files from the moodle/pix directory
+                                   // See "cordoroyblue" for an up-to-date example.
 ?>
index f94549a8f34c08281494b6c721ae050accd20772..8646f004223ec128f1b60b2e1111c7b1fc4721bf 100644 (file)
@@ -8,4 +8,8 @@ $THEME->cellcontent2 = "#CCCCFF";  // Alternate colour
 $THEME->borders      = "#AAAAFF";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 
+$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
+                                   // subdirectory that contains copies of all 
+                                   // files from the moodle/pix directory
+                                   // See "cordoroyblue" for an up-to-date example.
 ?>
index fc14f4ec89f034dd74e094a8ed15eaf6f226de0a..3b0f4531449911ce42b95c9610cb65201a7f5bcd 100644 (file)
@@ -41,4 +41,8 @@ $THEME->borders      = "#555555";  // Table borders
 $THEME->frontlogo    = "images/frontlogo.jpg";       // Logo on front page
 $THEME->smalllogo    = "images/smalllogo.jpg";  // Header logo on other pages
 
+$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
+                                   // subdirectory that contains copies of all 
+                                   // files from the moodle/pix directory
+                                   // See "cordoroyblue" for an up-to-date example.
 ?>
index d97004832ad9c1172c2f4915d0e14706027ccf39..c11294718574f566caae586661090839dc4b8fe7 100644 (file)
@@ -8,4 +8,8 @@ $THEME->cellcontent2 = "#FEE6B9";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 
+$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
+                                   // subdirectory that contains copies of all 
+                                   // files from the moodle/pix directory
+                                   // See "cordoroyblue" for an up-to-date example.
 ?>
index 00f9fc314e9130009995277c62f0224e65e71309..7aaba0f4735bcd6f2e0191df789d31a99129941b 100644 (file)
@@ -8,4 +8,8 @@ $THEME->cellcontent2 = "#B3EAFF";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 
+$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
+                                   // subdirectory that contains copies of all 
+                                   // files from the moodle/pix directory
+                                   // See "cordoroyblue" for an up-to-date example.
 ?>
index 1d6286b83b60bad1dad38bbf560bf101786561ed..37221ac1687c7b81e2d5988095f752eb9539d54a 100644 (file)
@@ -8,4 +8,8 @@ $THEME->cellcontent2 = "#AFE9BB";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 
+$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
+                                   // subdirectory that contains copies of all 
+                                   // files from the moodle/pix directory
+                                   // See "cordoroyblue" for an up-to-date example.
 ?>
index e231a15aa85d248c1edb9d824c8d51cbcabc2f45..282f1e6f29b32c7e7435066f912b4661ccb16f87 100644 (file)
@@ -8,4 +8,8 @@ $THEME->cellcontent2 = "#FFD991";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 
+$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
+                                   // subdirectory that contains copies of all 
+                                   // files from the moodle/pix directory
+                                   // See "cordoroyblue" for an up-to-date example.
 ?>
index ba43d182ec10ea4a1789906b2f207f830fe90c84..4b60f766ae941dc1f9b5da389677eb084bd67ee5 100644 (file)
@@ -8,4 +8,8 @@ $THEME->cellcontent2 = "#ECD9D9";  // Alternate colour
 $THEME->borders      = "#552021";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 
+$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
+                                   // subdirectory that contains copies of all 
+                                   // files from the moodle/pix directory
+                                   // See "cordoroyblue" for an up-to-date example.
 ?>
index e5463ebb80339555f26d561bce872e2d0037fdc6..9505c2c7e48ded9eab42ee0f0cd46e266c0016d2 100644 (file)
@@ -8,4 +8,8 @@ $THEME->cellcontent2 = "#EFEFEF";  // Alternate colour
 $THEME->borders      = "#555555";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 
+$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
+                                   // subdirectory that contains copies of all 
+                                   // files from the moodle/pix directory
+                                   // See "cordoroyblue" for an up-to-date example.
 ?>