. /** * 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. * * @package theme_bootstrapbase * @copyright 2012 Bas Brands, www.basbrands.nl * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ echo $OUTPUT->doctype() ?> htmlattributes(); ?>> <?php echo $OUTPUT->page_title(); ?> standard_head_html() ?> body_attributes(); ?>> standard_top_of_body_html() ?>
main_content(); ?>
standard_end_of_body_html() ?>