From dd4d3bdb986ea1ef4cc797e7e6889c4d96efc201 Mon Sep 17 00:00:00 2001 From: Peter Dias Date: Thu, 20 May 2021 15:13:51 +0800 Subject: [PATCH] MDL-67771 theme: Add side-post to incourse views --- theme/classic/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/classic/config.php b/theme/classic/config.php index 6955eb353a1..c636e8ecf1b 100644 --- a/theme/classic/config.php +++ b/theme/classic/config.php @@ -56,7 +56,7 @@ $THEME->layouts = [ // Part of course, typical for modules - default page layout if $cm specified in require_login(). 'incourse' => array( 'file' => 'columns.php', - 'regions' => array('side-pre'), + 'regions' => array('side-pre', 'side-post'), 'defaultregion' => 'side-pre', ), // The site home page.