moodle/theme/standard/README.html
moodler b3f748f655 There is a new configuration variable called
$THEME->standardsheets

that a theme can use to control how much of the
standard theme is included before the actual current
theme sheets.

When true, use all subsheets from "standard"

When not existent, use all subsheets from "standard" (this is to help old
themes work better out of the box)

When false, don't use standard at all

When an array of filenames, only use those (in that order).
2005-01-26 14:14:16 +00:00

16 lines
536 B
HTML

<h3>STANDARD THEME</h3>
<hr />
<p>Moodle's default theme is a very neutral grey/white theme.</p>
<p>This theme is always the most up-to date.</p>
<p>Programmers working on Moodle should always design for this
theme, and add new styles to this theme.</p>
<p>By default, these styles are automatically loaded before any other
themes, so that all custom themes need to do is to define their
own styles to augment or overwrite particular standard styles.</p>
<p>In this way custom themes are not "left behind" by Moodle upgrades.</p>