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
(link edit, clean theme link description)
Line 9: Line 9:
* [[Creating a theme]] - A quick step by step guide to creating your first theme.
* [[Creating a theme]] - A quick step by step guide to creating your first theme.
* [[Cloning a theme]]
* [[Cloning a theme]]
* [[Using images in a theme]] - Explains how to use and override images within your theme.
* [[Using images in a theme]] - How to use and override images 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.
* [[Overriding a renderer]] - A tutorial on creating a custom renderer and changing the HTML Moodle produces.  
* [[Overriding a renderer]] - A tutorial on creating a custom renderer and changing the HTML Moodle produces.  
* [[Simple (bootstrap) theme|Simple theme]] (new in 2.5)
* [[Clean theme]] (new in 2.5) - How to copy and customise the Clean theme to create your own theme.


==See also==
==See also==

Revision as of 09:52, 25 April 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