Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Variables
plainpage.php File Reference

Moodle Generic plain page. More...

Variables

color __pad0__
 
background __pad1__
 
margin __pad2__
 
padding __pad3__
 
margin __pad4__
 
border __pad5__
 
margin __pad6__
 
padding __pad7__
 
text align
 
font Arial
 
font BlinkMacSystemFont
 
background color
 
alert danger
 
font family
 
 h1
 
line height
 
border padding
 
font Roboto
 
font sans serif
 
font sans font size
 
margin top
 
font weight
 
max width
 

Detailed Description

Moodle Generic plain page.

This is used for various pages, usually errors, early in the Moodle bootstrap. It can be safetly customized by editing this file directly but it MUST NOT contain any Moodle resources such as theme files generated by php, it can only contain references to static css and images, and as a precaution its recommended that everything is inlined rather than references. This is why this file is located here as it cannot be inside a Moodle theme.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later