Revised fix for MDL-26906, magazine and formal white secure browser quiz window
This commit is contained in:
@@ -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),
|
||||
),
|
||||
|
||||
@@ -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),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user