Note: You are currently viewing documentation for Moodle 2.6. Up-to-date documentation for the latest stable version of Moodle may be available here: Page structure and types.

Development:Page structure and types: Difference between revisions

From MoodleDocs
Line 2: Line 2:


{{Work in progress|forumurl=http://moodle.org/mod/forum/discuss.php?d=126884|info=<br /><br />'''This is a guideline template for a [[Development:Moodle_User_Interface_Guidelines|Moodle Interface Guideline]]. Comments: [http://moodle.org/mod/forum/discuss.php?d=126884 developer forum thread] '''}}
{{Work in progress|forumurl=http://moodle.org/mod/forum/discuss.php?d=126884|info=<br /><br />'''This is a guideline template for a [[Development:Moodle_User_Interface_Guidelines|Moodle Interface Guideline]]. Comments: [http://moodle.org/mod/forum/discuss.php?d=126884 developer forum thread] '''}}
This page describes the structure of different types of Moodle pages, using the default theme 'standard' as an example. Much of what is described here can be changed in a custom theme ([[#See also|See also]]).


== Basic page structure ==
== Basic page structure ==
Line 13: Line 15:
* Footer
* Footer


The header consists of a Heading area and a breadcrumb area.
== See also ==


The above is true in the default theme, but may vary in other themes. (?)
* [[Developement:How_Moodle_outputs_HTML]]

Revision as of 10:38, 10 July 2009

Moodle User Interface Guidelines > Page structure and types

Note: This article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.

This is a guideline template for a Moodle Interface Guideline. Comments: developer forum thread


This page describes the structure of different types of Moodle pages, using the default theme 'standard' as an example. Much of what is described here can be changed in a custom theme (See also).

Basic page structure

Image 1: Basic page structure

Most Moodle pages are divided in four parts:

  • Header
    • Heading area
    • Breadcrumb area
  • Main content area
  • Footer

See also