. $hassidepre = $PAGE->blocks->region_has_content('side-pre', $OUTPUT); $hassidepost = $PAGE->blocks->region_has_content('side-post', $OUTPUT); $knownregionpre = $PAGE->blocks->is_known_region('side-pre'); $knownregionpost = $PAGE->blocks->is_known_region('side-post'); $regions = bootstrap_grid($hassidepre, $hassidepost); $PAGE->set_popup_notification_allowed(false); $PAGE->requires->jquery(); $PAGE->requires->jquery_plugin('bootstrap', 'theme_bootstrap'); $settingshtml = theme_bootstrap_html_for_settings($PAGE); echo $OUTPUT->doctype() ?> htmlattributes(); ?>> <?php echo $OUTPUT->page_title(); ?> brandfontlink; ?> standard_head_html(); ?> body_attributes(); ?>> standard_top_of_body_html() ?>
page_heading(); ?>
course_content_header(); echo $OUTPUT->main_content(); echo $OUTPUT->course_content_footer(); ?>
blocks('side-pre', $regions['pre']); }?> blocks('side-post', $regions['post']); }?>
standard_end_of_body_html() ?>