]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-20221, fixed typo of embedded"
authordongsheng <dongsheng>
Fri, 4 Sep 2009 05:38:03 +0000 (05:38 +0000)
committerdongsheng <dongsheng>
Fri, 4 Sep 2009 05:38:03 +0000 (05:38 +0000)
theme/standard/config.php
theme/standard/layout-embedded.php [moved from theme/standard/layout-embeded.php with 100% similarity]

index 12f259e36cd174e88adba229462c9188344a1e14..1b64146664a45ac4d20c40ba36c718eb6493660c 100644 (file)
@@ -80,8 +80,8 @@ $THEME->layouts = array(
         'regions' => array(),
     ),
     // Embeded pages, like iframe embeded in moodleform
-    'embeded' => array(
-        'layout' => 'layout-embeded.php',
+    'embedded' => array(
+        'layout' => 'layout-embedded.php',
         'regions' => array(),
     )
 );