Revised fix for MDL-26906, magazine and formal white secure browser quiz window

This commit is contained in:
stabijoh 2011-03-23 07:29:01 -04:00
parent 92a387b467
commit 110e6876e5
2 changed files with 4 additions and 2 deletions

View file

@ -143,7 +143,7 @@ $THEME->layouts = array(
),
// Pages that appear in pop-up windows - no navigation, no blocks, no header.
'popup' => array(
'file' => 'embedded.php',
'file' => 'general.php',
'regions' => array(),
'options' => array('nofooter'=>true, 'noblocks'=>true, 'nonavbar'=>true),
),

View file

@ -1,5 +1,7 @@
<?php
defined('MOODLE_INTERNAL') || die();
$THEME->name = 'magazine';
////////////////////////////////////////////////////
@ -95,7 +97,7 @@ $THEME->layouts = array(
'options' => array('langmenu'=>true),
),
'popup' => array(
'file' => 'embedded.php',
'file' => 'general.php',
'regions' => array(),
'options' => array('nofooter'=>true, 'noblocks'=>true, 'nonavbar'=>true),
),