Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Themes: Difference between revisions

From MoodleDocs
link edit, clean theme link description
m Added a link
Line 14: Line 14:
* [[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.  
* [[Clean theme]] (new in 2.5) - How to copy and customise the Clean theme to create your own theme.
* [[Clean theme]] (new in 2.5) - How to copy and customise the Clean theme to create your own theme.
* [https://moodle.org/mod/forum/discuss.php?d=224651 How to add a 'Watermark' as a background image to your theme.]


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

Revision as of 12:36, 5 May 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