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

This commit is contained in:
stabijoh
2011-03-28 16:04:21 +08:00
committed by Sam Hemelryk
parent cd4ca97611
commit c37f03543b
2 changed files with 4 additions and 2 deletions
+1 -1
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),
),
+3 -1
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),
),