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

Alternate icon set: Difference between revisions

From MoodleDocs
m (category change)
m (scrapbook nav)
Line 7: Line 7:
#Amend <code>$THEME->custompix = false;</code> to <code>$THEME->custompix = true;</code> in theme/yourtheme/config.php  
#Amend <code>$THEME->custompix = false;</code> to <code>$THEME->custompix = true;</code> in theme/yourtheme/config.php  


Your pix folder will look like the example below probably with some more theme specific pictures included:
Your pix folder will look like the example below, probably with some more theme-specific pictures included:


<pre>
<pre>
Line 34: Line 34:
-- -- theme_specific.jpg
-- -- theme_specific.jpg
-- -- pictures.png
-- -- pictures.png
</pre>
</pre>


Line 40: Line 39:
* [http://www.moodlezengarden.com/index.php/2005/09/20/2-moodle-nuvola-icons Moodle-Nuvola Iconset]
* [http://www.moodlezengarden.com/index.php/2005/09/20/2-moodle-nuvola-icons Moodle-Nuvola Iconset]


{{Scrapbook}}
[[Category:Administrator]]
[[Category:Administrator]]
[[Category:Developer]]
[[Category:Developer]]
[[Category:Themes]]
[[Category:Themes]]

Revision as of 22:40, 8 December 2005

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. Copy the pix directory to the theme folder
  2. Amend $THEME->custompix = false; to $THEME->custompix = true; in theme/yourtheme/config.php

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

External links