MDL-30500 Fix for Sky High report & print layout

This commit is contained in:
Mary Evans 2011-12-19 00:06:10 +00:00
parent f89a83b87b
commit e580c65962
3 changed files with 132 additions and 2 deletions

View file

@ -54,7 +54,8 @@ $THEME->parents = array(
$THEME->sheets = array(
'core',
'pagelayout',
'menu'
'menu',
'report'
);
////////////////////////////////////////////////////
@ -166,7 +167,8 @@ $THEME->layouts = array(
'options' => array('nofooter'=>true, 'nonavbar'=>false, 'noblocks'=>true),
),
'report' => array(
'file' => 'general.php',
'theme' => 'base',
'file' => 'report.php',
'regions' => array('side-pre'),
'defaultregion' => 'side-pre',
)