From 523d30942df101d33708dc8eb51b07a81319ba39 Mon Sep 17 00:00:00 2001 From: samhemelryk Date: Tue, 8 Sep 2009 03:28:56 +0000 Subject: [PATCH] standardwhite MDL-20221 added embedded type to standardwhite as it was overriding standard config Checked other themes and currently all others fine --- theme/standardwhite/config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/standardwhite/config.php b/theme/standardwhite/config.php index ec58590750..3074a60ad7 100644 --- a/theme/standardwhite/config.php +++ b/theme/standardwhite/config.php @@ -79,6 +79,11 @@ $THEME->layouts = array( 'layout' => 'standard:layout-popup.php', 'regions' => array(), ), + // Embeded pages, like iframe embeded in moodleform + 'embedded' => array( + 'layout' => 'standard:layout-embedded.php', + 'regions' => array(), + ) ); $THEME->resource_mp3player_colors = -- 2.39.5