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
 
m (→‎See also: removing links)
(15 intermediate revisions by 8 users not shown)
Line 1: Line 1:
#REDIRECT [[Themes overview]]
This page is a starting point for Moodle theme developers.
 
For documentation on installing and using themes, please see the [[:en:Themes|Themes user documentation]] and [[:en:Themes FAQ|Themes FAQ]].
 
 
Moodle has a powerful themes system that allows for a variety of effects through the use of HTML and CSS.
 
* [[Themes overview]]
* [[Creating a theme based on boost]]
* [[Creating a theme based on classic]]
* [[Moving your theme to use boost as a parent theme]]
* [[Updating a boost based theme]]
* [[Using images in a theme|Using images]]
* [[Creating a theme settings page|Theme settings page]]
* [[Adding theme upgrade code]]
* [[Extending the theme custom menu|Extending the custom menu]]
* [[Overriding a renderer]]
* [[Theme checklist]]
* [[Templates]]
 
==See also==
 
* [[:Category:Themes|List of all themes-related developer documentation]]
 
[[Category:Themes]]

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