From: samhemelryk Date: Tue, 8 Sep 2009 03:28:56 +0000 (+0000) Subject: standardwhite MDL-20221 added embedded type to standardwhite as it was overriding... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=523d30942df101d33708dc8eb51b07a81319ba39;p=moodle.git standardwhite MDL-20221 added embedded type to standardwhite as it was overriding standard config Checked other themes and currently all others fine --- 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 =