Skip to content

Commit

Permalink
Change position of the course block region.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Sep 13, 2023
1 parent 284b472 commit 86fc2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/course1.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
?>

<div id="page-content" class="row-fluid">
<?php echo $OUTPUT->campusblocks('course', '', 'aside', $PAGE->theme->settings->numcourseblocks); ?>
<div id="region-main" class="col-12">
<?php require_once(dirname(__FILE__).'/tiles/pagebody_slideshow.php'); ?>
<section id="region-main-campus">
Expand Down Expand Up @@ -100,6 +99,7 @@
echo $OUTPUT->render_from_template('core/activity_header', $headercontent);
}

echo $OUTPUT->campusblocks('course', '', 'aside', $PAGE->theme->settings->numcourseblocks);
echo $OUTPUT->main_content();
echo $OUTPUT->course_content_footer();
?>
Expand Down

0 comments on commit 86fc2ab

Please sign in to comment.