Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: How Moodle outputs HTML.

Obsolete:How Moodle outputs HTML: Difference between revisions

From MoodleDocs
(New page: {{Moodle 2.0}} I need to explain the consequences of Development:Theme_engines_for_Moodle?, which was a before-development document. The aim should be that people writing core code...)
 
Line 28: Line 28:
* [[Development:Theme_engines_for_Moodle%3F]]
* [[Development:Theme_engines_for_Moodle%3F]]
* [[Development:Navigation_2.0_implementation_plan]]
* [[Development:Navigation_2.0_implementation_plan]]
* [[[[Development:Navigation_2.0]]
* [[Development:Navigation_2.0]]


{{CategoryDeveloper}}
{{CategoryDeveloper}}

Revision as of 03:30, 17 June 2009

Template:Moodle 2.0

I need to explain the consequences of Development:Theme_engines_for_Moodle?, which was a before-development document.

The aim should be that people writing core code, plugins or themes can easily find out what they actually have to do.

Actually, please don't start editing this page yet. I will be working on it as and after I have work on the code.--Tim Hunt 03:30, 17 June 2009 (UTC)

Overview

Renderers

Themes

Basic themes

Minor changes to the HTML

Templated themes

(Experimental)

Plugins

See also

Template:CategoryDeveloper