mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Revised fix for MDL-26906, magazine and formal white secure browser quiz window
This commit is contained in:
parent
92a387b467
commit
110e6876e5
2 changed files with 4 additions and 2 deletions
|
@ -143,7 +143,7 @@ $THEME->layouts = array(
|
||||||
),
|
),
|
||||||
// Pages that appear in pop-up windows - no navigation, no blocks, no header.
|
// Pages that appear in pop-up windows - no navigation, no blocks, no header.
|
||||||
'popup' => array(
|
'popup' => array(
|
||||||
'file' => 'embedded.php',
|
'file' => 'general.php',
|
||||||
'regions' => array(),
|
'regions' => array(),
|
||||||
'options' => array('nofooter'=>true, 'noblocks'=>true, 'nonavbar'=>true),
|
'options' => array('nofooter'=>true, 'noblocks'=>true, 'nonavbar'=>true),
|
||||||
),
|
),
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$THEME->name = 'magazine';
|
$THEME->name = 'magazine';
|
||||||
|
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
@ -95,7 +97,7 @@ $THEME->layouts = array(
|
||||||
'options' => array('langmenu'=>true),
|
'options' => array('langmenu'=>true),
|
||||||
),
|
),
|
||||||
'popup' => array(
|
'popup' => array(
|
||||||
'file' => 'embedded.php',
|
'file' => 'general.php',
|
||||||
'regions' => array(),
|
'regions' => array(),
|
||||||
'options' => array('nofooter'=>true, 'noblocks'=>true, 'nonavbar'=>true),
|
'options' => array('nofooter'=>true, 'noblocks'=>true, 'nonavbar'=>true),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue