From: moodler Date: Mon, 28 Apr 2003 04:41:21 +0000 (+0000) Subject: Added example of how "custompix" is to be used X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d14c1e06872c196f40433f52ed29a1bf43c532b7;p=moodle.git Added example of how "custompix" is to be used --- diff --git a/theme/cordoroyblue/config.php b/theme/cordoroyblue/config.php index 00f9fc314e..660687fc8a 100644 --- a/theme/cordoroyblue/config.php +++ b/theme/cordoroyblue/config.php @@ -8,4 +8,9 @@ $THEME->cellcontent2 = "#B3EAFF"; // Alternate colour $THEME->borders = "#555555"; // Table borders $THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search) +$THEME->custompix = true; // 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/cordoroyblue/pix/mod/assignment/icon.gif b/theme/cordoroyblue/pix/mod/assignment/icon.gif new file mode 100755 index 0000000000..fa433fae37 Binary files /dev/null and b/theme/cordoroyblue/pix/mod/assignment/icon.gif differ diff --git a/theme/cordoroyblue/pix/mod/choice/icon.gif b/theme/cordoroyblue/pix/mod/choice/icon.gif new file mode 100644 index 0000000000..5ee2c50a1f Binary files /dev/null and b/theme/cordoroyblue/pix/mod/choice/icon.gif differ diff --git a/theme/cordoroyblue/pix/mod/forum/icon.gif b/theme/cordoroyblue/pix/mod/forum/icon.gif new file mode 100755 index 0000000000..9caa242e14 Binary files /dev/null and b/theme/cordoroyblue/pix/mod/forum/icon.gif differ diff --git a/theme/cordoroyblue/pix/mod/journal/icon.gif b/theme/cordoroyblue/pix/mod/journal/icon.gif new file mode 100755 index 0000000000..a32d346e0c Binary files /dev/null and b/theme/cordoroyblue/pix/mod/journal/icon.gif differ diff --git a/theme/cordoroyblue/pix/mod/pgassignment/icon.gif b/theme/cordoroyblue/pix/mod/pgassignment/icon.gif new file mode 100644 index 0000000000..5aca6ddcd2 Binary files /dev/null and b/theme/cordoroyblue/pix/mod/pgassignment/icon.gif differ diff --git a/theme/cordoroyblue/pix/mod/quiz/icon.gif b/theme/cordoroyblue/pix/mod/quiz/icon.gif new file mode 100755 index 0000000000..7b61d95488 Binary files /dev/null and b/theme/cordoroyblue/pix/mod/quiz/icon.gif differ diff --git a/theme/cordoroyblue/pix/mod/resource/icon.gif b/theme/cordoroyblue/pix/mod/resource/icon.gif new file mode 100644 index 0000000000..550df5db8c Binary files /dev/null and b/theme/cordoroyblue/pix/mod/resource/icon.gif differ diff --git a/theme/cordoroyblue/pix/mod/survey/icon.gif b/theme/cordoroyblue/pix/mod/survey/icon.gif new file mode 100755 index 0000000000..732bd1ee3d Binary files /dev/null and b/theme/cordoroyblue/pix/mod/survey/icon.gif differ