. /** * 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. * * @package core * @copyright 2020 Brendan Heywood * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ // @codingStandardsIgnoreStart ?> > <?php echo $title ?>