mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
b3f748f655
$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).
16 lines
536 B
HTML
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>
|