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
No edit summary
 
No edit summary
Line 1: Line 1:
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
#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
<h3>Links</h3>
[http://www.moodlezengarden.com/index.php/2005/09/20/2-moodle-nuvola-icons Moodle-Nuvola Iconset]


----
----


[[Themes/ThemeScrapbook|Back to Theme Scrapbook]]
[[Themes/ThemeScrapbook|Back to Theme Scrapbook]]

Revision as of 21:14, 11 November 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

Links

Moodle-Nuvola Iconset


Back to Theme Scrapbook