From ed9421fee70455196dcfed7e8d040f444369eeb6 Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Mon, 18 Jan 2010 05:58:04 +0000 Subject: [PATCH] theme/standardold MDL-20790 renamed layout from module -> incourse --- theme/standardold/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/standardold/config.php b/theme/standardold/config.php index 05778478073..15a4481d057 100644 --- a/theme/standardold/config.php +++ b/theme/standardold/config.php @@ -106,7 +106,7 @@ $THEME->layouts = array( 'defaultregion' => 'side-post', ), // Standard module pages - default page layout if $cm specified in require_login() - 'module' => array( + 'incourse' => array( 'theme' => 'standardold', 'file' => 'normal.php', 'regions' => array('side-pre', 'side-post'), @@ -180,4 +180,4 @@ $THEME->layouts = array( $THEME->javascripts = array(); $THEME->javascripts_footer = array('navigation'); -$THEME->enable_dock = true; \ No newline at end of file +$THEME->enable_dock = true;