]> git.mjollnir.org Git - moodle.git/commitdiff
standardwhite MDL-20221 added embedded type to standardwhite as it was overriding...
authorsamhemelryk <samhemelryk>
Tue, 8 Sep 2009 03:28:56 +0000 (03:28 +0000)
committersamhemelryk <samhemelryk>
Tue, 8 Sep 2009 03:28:56 +0000 (03:28 +0000)
Checked other themes and currently all others fine

theme/standardwhite/config.php

index ec58590750d41e11f1a0e22132497aac5d159659..3074a60ad7a17d1cd70560c4ae11a828c7d9bfa8 100644 (file)
@@ -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 =