From 110e6876e54f6788a96584d640a4d1cba5219f5c Mon Sep 17 00:00:00 2001 From: stabijoh Date: Wed, 23 Mar 2011 07:29:01 -0400 Subject: [PATCH] Revised fix for MDL-26906, magazine and formal white secure browser quiz window --- theme/formal_white/config.php | 2 +- theme/magazine/config.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/theme/formal_white/config.php b/theme/formal_white/config.php index e55ffa10dbe5d..2e71288759eb6 100644 --- a/theme/formal_white/config.php +++ b/theme/formal_white/config.php @@ -143,7 +143,7 @@ ), // 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), ), diff --git a/theme/magazine/config.php b/theme/magazine/config.php index 9d64097430eac..ce7de8da51f76 100644 --- a/theme/magazine/config.php +++ b/theme/magazine/config.php @@ -1,5 +1,7 @@ name = 'magazine'; //////////////////////////////////////////////////// @@ -95,7 +97,7 @@ 'options' => array('langmenu'=>true), ), 'popup' => array( - 'file' => 'embedded.php', + 'file' => 'general.php', 'regions' => array(), 'options' => array('nofooter'=>true, 'noblocks'=>true, 'nonavbar'=>true), ),