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)
m (→‎See also: removing links)
(11 intermediate revisions by 7 users not shown)
Line 4: Line 4:




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


* [[Themes overview]]
* [[Themes overview]]
* [[Creating a theme]] - A quick step by step guide to creating your first theme.
* [[Creating a theme based on boost]]
* [[Cloning a theme]]
* [[Creating a theme based on classic]]
* [[Using images in a theme]] - How to use and override images within your theme.
* [[Moving your theme to use boost as a parent theme]]
* [[Creating a theme settings page]] - Looks at how to add a setting page making your theme easily customisable.
* [[Updating a boost based theme]]
* [[Extending the theme custom menu]] - Customising the custom menu.
* [[Using images in a theme|Using images]]
* [[Overriding a renderer]] - A tutorial on creating a custom renderer and changing the HTML Moodle produces.
* [[Creating a theme settings page|Theme settings page]]
* [[Clean theme]] (new in 2.5) - How to copy and customise the Clean theme to create your own theme.
* [[Adding theme upgrade code]]
* [[Extending the theme custom menu|Extending the custom menu]]
* [[Overriding a renderer]]
* [[Theme checklist]]
* [[Templates]]


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

Revision as of 17:01, 18 November 2020

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 HTML and CSS.

See also