Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Alternate icon set.

Alternate icon set: Difference between revisions

From MoodleDocs
m (→‎See also: link edit)
m (update page request)
 
Line 1: Line 1:
{{Scrapbook}}
{{Scrapbook}}{{Update}}


An '''alternate icon set''' may be used with any Moodle theme.
An '''alternate icon set''' may be used with any Moodle theme.
Line 44: Line 44:
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=53411 New iconset for Moodle 1.6] forum discussion
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=53411 New iconset for Moodle 1.6] forum discussion


[[Category:Administrator]]
[[Category:Developer]]
[[Category:Themes]]
[[Category:Themes]]

Latest revision as of 21:38, 9 December 2007

This page requires updating for Moodle 2.0. Please do so and remove this template when finished.


An alternate icon set may be used with any Moodle theme.

An icon set consists of a pix directory containing copies of all files from the moodle/pix directory plus a pix/mod directory containing all activity module icons.

To use the alternate icon set

  1. Amend $THEME->custompix = false; to $THEME->custompix = true; in theme/yourtheme/config.php
  1. Copy the pix directory to the theme folder

That is, in order to use an alternate icon set associated to a specific theme, you need to make a whole tree of icons in the pix subdirectory of the theme. Your pix folder will look like the example below, probably with some more theme-specific pictures included:

yourtheme/
-- pix/
-- -- c/
-- -- f/
-- -- g/
-- -- i/
-- -- m/
-- -- mod/
-- -- nuvolaLicense/
-- -- s/
-- -- t/
-- -- u/
-- -- b.gif
-- -- help.gif
-- -- madewithmoodle.gif
-- -- moodlelogo.gif
-- -- moodlelogo-med.gif
-- -- movehere.gif
-- -- spacer.gif
-- -- webding.gif
-- -- webding.png
-- -- some_more.gif
-- -- theme_specific.jpg
-- -- pictures.png

See also