Merge branch 'MDL-57667-32' of https://github.com/snake/moodle into MOODLE_32_STABLE

This commit is contained in:
Dan Poltawski
2017-01-24 09:40:57 +00:00
+1 -1
View File
@@ -36,7 +36,7 @@ $THEME->scss = function($theme) {
$THEME->layouts = [
// Most backwards compatible layout without the blocks - this is the layout used by default.
'base' => array(
'file' => 'columns1.php',
'file' => 'columns2.php',
'regions' => array(),
),
// Standard layout with blocks, this is recommended for most pages with general information.