. /** * Frontpage Layout. * @package theme_qualisaude * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) * @author LMSACE Dev Team * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); // Get the HTML for the settings bits. $html = theme_qualisaude_get_html_for_settings($OUTPUT, $PAGE); if (right_to_left()) { $regionbsid = 'region-bs-main-and-post'; } else { $regionbsid = 'region-bs-main-and-pre'; } echo $OUTPUT->doctype() ?> htmlattributes(); ?>> <?php echo $OUTPUT->page_title(); ?> standard_head_html() ?> body_attributes(); ?>> standard_top_of_body_html() ?>

"; } ?>
blocks_for_region('side-pre'))) { $class = "col-md-9"; } else { $class = "col-md-12"; } ?>
course_content_header(); echo $OUTPUT->main_content(); echo $OUTPUT->course_content_footer(); ?>
blocks('side-pre', 'col-md-3'); ?>