. /** * frontpage.php * * @package theme_klass * @copyright 2015 Lmsace Dev Team,lmsace.com * @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_klass_get_html_for_settings($OUTPUT, $PAGE); if (right_to_left()) { $regionbsid = 'region-bs-main-and-post'; } else { $regionbsid = 'region-bs-main-and-pre'; } $courserenderer = $PAGE->get_renderer('core', 'course'); 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'); ?>