Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Themes: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 10: Line 10:
* [[Cloning a theme]]
* [[Cloning a theme]]
* [[Using images in a theme]] - How to use and override images within your theme.
* [[Using images in a theme]] - How to use and override images within your theme.
* [[Using fonts in a theme]] - How to use and override fonts within your theme.
* [[Creating a theme settings page]] - Looks at how to add a setting page making your theme easily customisable.
* [[Creating a theme settings page]] - Looks at how to add a setting page making your theme easily customisable.
* [[Extending the theme custom menu]] - Customising the custom menu.
* [[Extending the theme custom menu]] - Customising the custom menu.

Revision as of 10:57, 20 July 2013

This page is a starting point for Moodle theme developers.

For documentation on installing and using themes, please see the Themes user documentation and Themes FAQ.


Moodle has a powerful themes system that allows for a variety of effects through the use of XHTML and CSS.

See also