From: dongsheng Date: Fri, 4 Sep 2009 05:38:03 +0000 (+0000) Subject: "MDL-20221, fixed typo of embedded" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d8b3ca9bb1b9a16058abfd3f088ea6d8271706fd;p=moodle.git "MDL-20221, fixed typo of embedded" --- diff --git a/theme/standard/config.php b/theme/standard/config.php index 12f259e36c..1b64146664 100644 --- a/theme/standard/config.php +++ b/theme/standard/config.php @@ -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(), ) ); diff --git a/theme/standard/layout-embeded.php b/theme/standard/layout-embedded.php similarity index 100% rename from theme/standard/layout-embeded.php rename to theme/standard/layout-embedded.php