From 86fc2abf198bfc088e060da5cf163a609ff66d48 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:51:18 +0100 Subject: [PATCH] Change position of the course block region. --- layout/course1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/course1.php b/layout/course1.php index b01cad0..b835b8d 100644 --- a/layout/course1.php +++ b/layout/course1.php @@ -56,7 +56,6 @@ ?>
- campusblocks('course', '', 'aside', $PAGE->theme->settings->numcourseblocks); ?>
@@ -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(); ?>