Skip to content

Commit

Permalink
MDL-31365 Regions for pagelayout 'secure'
Browse files Browse the repository at this point in the history
  • Loading branch information
birdy1976 authored and Aparup Banerjee committed Sep 6, 2012
1 parent 934f04e commit b5cd5f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion theme/afterburner/config.php
Expand Up @@ -132,7 +132,8 @@
// The pagelayout used for safebrowser and securewindow.
'secure' => array(
'file' => 'default.php',
'regions' => array(),
'regions' => array('side-pre', 'side-post'),
'defaultregion' => 'side-pre',
'options' => array('nofooter'=>true, 'nonavbar'=>true, 'nocustommenu'=>true, 'nologinlinks'=>true),
),
);
Expand Down
3 changes: 2 additions & 1 deletion theme/base/config.php
Expand Up @@ -162,7 +162,8 @@
// The pagelayout used for safebrowser and securewindow.
'secure' => array(
'file' => 'general.php',
'regions' => array(),
'regions' => array('side-pre', 'side-post'),
'defaultregion' => 'side-pre',
'options' => array('nofooter'=>true, 'nonavbar'=>true, 'nocustommenu'=>true, 'nologinlinks'=>true),
),
);
Expand Down
9 changes: 8 additions & 1 deletion theme/canvas/config.php
Expand Up @@ -166,7 +166,14 @@
'file' => 'report.php',
'regions' => array('side-pre'),
'defaultregion' => 'side-pre',
)
),
// The pagelayout used for safebrowser and securewindow.
'secure' => array(
'file' => 'general.php',
'regions' => array('side-pre', 'side-post'),
'defaultregion' => 'side-pre',
'options' => array('nofooter'=>true, 'nonavbar'=>true, 'nocustommenu'=>true, 'nologinlinks'=>true),
),
);

/////////////////////////////////////////////////////////
Expand Down

0 comments on commit b5cd5f8

Please sign in to comment.