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 13: Line 13:
* [[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.  
* [[Theme checklist]] - Things that you might miss when you think you have finished your theme.
* [[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.]
* [https://moodle.org/mod/forum/discuss.php?d=224651 How to add a 'Watermark' as a background image to your theme.]

Revision as of 21:59, 15 January 2014

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