mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-30500 Fix for Sky High report & print layout
This commit is contained in:
parent
f89a83b87b
commit
e580c65962
3 changed files with 132 additions and 2 deletions
|
@ -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',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue