MDL-57667 theme: change base layout for boost to columns2

Ensures capability errors are displayed on a page with full navigation.
This commit is contained in:
Jake Dallimore
2017-01-20 08:48:38 +08:00
parent 3e276d6efa
commit 45a46ecbd8
+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.