From d8b3ca9bb1b9a16058abfd3f088ea6d8271706fd Mon Sep 17 00:00:00 2001 From: dongsheng Date: Fri, 4 Sep 2009 05:38:03 +0000 Subject: [PATCH] "MDL-20221, fixed typo of embedded" --- theme/standard/config.php | 4 ++-- theme/standard/{layout-embeded.php => layout-embedded.php} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename theme/standard/{layout-embeded.php => layout-embedded.php} (100%) 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 -- 2.39.5