]> git.mjollnir.org Git - moodle.git/commitdiff
Added example of how "custompix" is to be used
authormoodler <moodler>
Mon, 28 Apr 2003 04:41:21 +0000 (04:41 +0000)
committermoodler <moodler>
Mon, 28 Apr 2003 04:41:21 +0000 (04:41 +0000)
theme/cordoroyblue/config.php
theme/cordoroyblue/pix/mod/assignment/icon.gif [new file with mode: 0755]
theme/cordoroyblue/pix/mod/choice/icon.gif [new file with mode: 0644]
theme/cordoroyblue/pix/mod/forum/icon.gif [new file with mode: 0755]
theme/cordoroyblue/pix/mod/journal/icon.gif [new file with mode: 0755]
theme/cordoroyblue/pix/mod/pgassignment/icon.gif [new file with mode: 0644]
theme/cordoroyblue/pix/mod/quiz/icon.gif [new file with mode: 0755]
theme/cordoroyblue/pix/mod/resource/icon.gif [new file with mode: 0644]
theme/cordoroyblue/pix/mod/survey/icon.gif [new file with mode: 0755]

index 00f9fc314e9130009995277c62f0224e65e71309..660687fc8a008ed977ff905c60ba036a392d25b7 100644 (file)
@@ -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 (executable)
index 0000000..fa433fa
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 (file)
index 0000000..5ee2c50
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 (executable)
index 0000000..9caa242
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 (executable)
index 0000000..a32d346
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 (file)
index 0000000..5aca6dd
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 (executable)
index 0000000..7b61d95
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 (file)
index 0000000..550df5d
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 (executable)
index 0000000..732bd1e
Binary files /dev/null and b/theme/cordoroyblue/pix/mod/survey/icon.gif differ