From: moodler Date: Mon, 28 Apr 2003 04:45:15 +0000 (+0000) Subject: Added new custompix parameter X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9d2dda0f85c0222ca37c8818376e2792b5122582;p=moodle.git Added new custompix parameter --- diff --git a/theme/brightretro/config.php b/theme/brightretro/config.php index 097cc646db..6f61ee3222 100644 --- a/theme/brightretro/config.php +++ b/theme/brightretro/config.php @@ -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. + ?> diff --git a/theme/garden/config.php b/theme/garden/config.php index 5a669e8558..516fd2c4d3 100755 --- a/theme/garden/config.php +++ b/theme/garden/config.php @@ -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. ?> diff --git a/theme/oceanblue/config.php b/theme/oceanblue/config.php index f94549a8f3..8646f00422 100644 --- a/theme/oceanblue/config.php +++ b/theme/oceanblue/config.php @@ -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. ?> diff --git a/theme/poweraid/config.php b/theme/poweraid/config.php index fc14f4ec89..3b0f453144 100644 --- a/theme/poweraid/config.php +++ b/theme/poweraid/config.php @@ -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. ?> diff --git a/theme/standard/config.php b/theme/standard/config.php index d97004832a..c112947185 100644 --- a/theme/standard/config.php +++ b/theme/standard/config.php @@ -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. ?> diff --git a/theme/standardblue/config.php b/theme/standardblue/config.php index 00f9fc314e..7aaba0f473 100644 --- a/theme/standardblue/config.php +++ b/theme/standardblue/config.php @@ -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. ?> diff --git a/theme/standardgreen/config.php b/theme/standardgreen/config.php index 1d6286b83b..37221ac168 100644 --- a/theme/standardgreen/config.php +++ b/theme/standardgreen/config.php @@ -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. ?> diff --git a/theme/standardlogo/config.php b/theme/standardlogo/config.php index e231a15aa8..282f1e6f29 100644 --- a/theme/standardlogo/config.php +++ b/theme/standardlogo/config.php @@ -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. ?> diff --git a/theme/standardred/config.php b/theme/standardred/config.php index ba43d182ec..4b60f766ae 100644 --- a/theme/standardred/config.php +++ b/theme/standardred/config.php @@ -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. ?> diff --git a/theme/standardwhite/config.php b/theme/standardwhite/config.php index e5463ebb80..9505c2c7e4 100644 --- a/theme/standardwhite/config.php +++ b/theme/standardwhite/config.php @@ -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. ?>