. /** * This layout file is designed maintenance related tasks such as upgrade and installation of plugins. * * It's ultra important that this layout file makes no use of API's unless it absolutely needs to. * Under no circumstances should it use API calls that result in database or cache interaction. * * If you are modifying this file please be extremely careful, one wrong API call and you could end up * breaking installation or upgrade unwittingly. */ defined('MOODLE_INTERNAL') || die; $regions = theme_squared_grid(false); echo $OUTPUT->doctype() ?> htmlattributes(); ?>> <?php echo $OUTPUT->page_title(); ?> standard_head_html() ?> body_attributes(); ?>> standard_top_of_body_html() ?>
main_content(); ?>
standard_after_main_region_html();?> standard_end_of_body_html() ?>