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
(categories, external link)
(Replaced content with "{{Moved_to_dev_docs}}")
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
An alternate icon set may be used with any Moodle theme.
{{Moved_to_dev_docs}}
 
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
#Copy the pix directory to the theme folder
#Amend <code>$THEME->custompix = false;</code> to <code>$THEME->custompix = true;</code> in theme/yourtheme/config.php
 
== External links ==
* [http://www.moodlezengarden.com/index.php/2005/09/20/2-moodle-nuvola-icons Moodle-Nuvola Iconset]
 
[[Category:Administrator]]
[[Category:Developer]]
[[Category:ThemeScrapbook]]

Latest revision as of 01:37, 23 June 2011

This development related page is now located in the Dev docs.

See the Alternate icon set page in the Dev docs.