Skip to content

Commit

Permalink
Revised fix for MDL-26906, magazine and formal white secure browser q…
Browse files Browse the repository at this point in the history
…uiz window
  • Loading branch information
stabijoh authored and stabijoh committed Mar 23, 2011
1 parent 92a387b commit 110e687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/formal_white/config.php
Expand Up @@ -143,7 +143,7 @@
), ),
// 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),
), ),
Expand Down
4 changes: 3 additions & 1 deletion theme/magazine/config.php
@@ -1,5 +1,7 @@
<?php <?php


defined('MOODLE_INTERNAL') || die();

$THEME->name = 'magazine'; $THEME->name = 'magazine';


//////////////////////////////////////////////////// ////////////////////////////////////////////////////
Expand Down Expand Up @@ -95,7 +97,7 @@
'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),
), ),
Expand Down

0 comments on commit 110e687

Please sign in to comment.