From 6bf277d7c51358f1183de83640e62cfe4d3b52b5 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 7 Apr 2006 15:03:51 +0000 Subject: [PATCH] Fixing a typo: http://moodle.org/mod/forum/discuss.php?d=41814#199162 --- theme/chameleon/styles.php | 2 +- theme/cornflower/styles.php | 2 +- theme/formal_white/styles.php | 2 +- theme/metal/styles.php | 2 +- theme/oceanblue/styles.php | 2 +- theme/orangewhite/styles.php | 2 +- theme/orangewhitepda/styles.php | 2 +- theme/standard/styles.php | 2 +- theme/standardblue/styles.php | 2 +- theme/standardgreen/styles.php | 2 +- theme/standardlogo/styles.php | 2 +- theme/standardred/styles.php | 2 +- theme/standardwhite/styles.php | 2 +- theme/wood/styles.php | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/theme/chameleon/styles.php b/theme/chameleon/styles.php index dbf644bb13..8428f99b96 100644 --- a/theme/chameleon/styles.php +++ b/theme/chameleon/styles.php @@ -14,6 +14,6 @@ $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme $lang = optional_param('lang', '', PARAM_FILE); // Look for styles in this language - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig, $lang); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig, $lang); ?> diff --git a/theme/cornflower/styles.php b/theme/cornflower/styles.php index 8e4cb3e577..d7f5c7af09 100644 --- a/theme/cornflower/styles.php +++ b/theme/cornflower/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> diff --git a/theme/formal_white/styles.php b/theme/formal_white/styles.php index 080b57c727..5d191fbd60 100644 --- a/theme/formal_white/styles.php +++ b/theme/formal_white/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> diff --git a/theme/metal/styles.php b/theme/metal/styles.php index d897beac9c..04bbc1014d 100644 --- a/theme/metal/styles.php +++ b/theme/metal/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php index dbf644bb13..8428f99b96 100644 --- a/theme/oceanblue/styles.php +++ b/theme/oceanblue/styles.php @@ -14,6 +14,6 @@ $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme $lang = optional_param('lang', '', PARAM_FILE); // Look for styles in this language - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig, $lang); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig, $lang); ?> diff --git a/theme/orangewhite/styles.php b/theme/orangewhite/styles.php index 080b57c727..5d191fbd60 100644 --- a/theme/orangewhite/styles.php +++ b/theme/orangewhite/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> diff --git a/theme/orangewhitepda/styles.php b/theme/orangewhitepda/styles.php index 080b57c727..5d191fbd60 100644 --- a/theme/orangewhitepda/styles.php +++ b/theme/orangewhitepda/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> diff --git a/theme/standard/styles.php b/theme/standard/styles.php index dbf644bb13..8428f99b96 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -14,6 +14,6 @@ $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme $lang = optional_param('lang', '', PARAM_FILE); // Look for styles in this language - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig, $lang); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig, $lang); ?> diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php index d897beac9c..04bbc1014d 100644 --- a/theme/standardblue/styles.php +++ b/theme/standardblue/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php index d897beac9c..04bbc1014d 100644 --- a/theme/standardgreen/styles.php +++ b/theme/standardgreen/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php index d897beac9c..04bbc1014d 100644 --- a/theme/standardlogo/styles.php +++ b/theme/standardlogo/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php index d897beac9c..04bbc1014d 100644 --- a/theme/standardred/styles.php +++ b/theme/standardred/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php index d897beac9c..04bbc1014d 100644 --- a/theme/standardwhite/styles.php +++ b/theme/standardwhite/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> diff --git a/theme/wood/styles.php b/theme/wood/styles.php index d897beac9c..04bbc1014d 100644 --- a/theme/wood/styles.php +++ b/theme/wood/styles.php @@ -13,6 +13,6 @@ $themename = basename(dirname(__FILE__)); // Name of the folder we are in $forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme - style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig); + style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig); ?> -- 2.39.5