]> git.mjollnir.org Git - moodle.git/commitdiff
Fixing a typo: http://moodle.org/mod/forum/discuss.php?d=41814#199162
authormoodler <moodler>
Fri, 7 Apr 2006 15:03:51 +0000 (15:03 +0000)
committermoodler <moodler>
Fri, 7 Apr 2006 15:03:51 +0000 (15:03 +0000)
14 files changed:
theme/chameleon/styles.php
theme/cornflower/styles.php
theme/formal_white/styles.php
theme/metal/styles.php
theme/oceanblue/styles.php
theme/orangewhite/styles.php
theme/orangewhitepda/styles.php
theme/standard/styles.php
theme/standardblue/styles.php
theme/standardgreen/styles.php
theme/standardlogo/styles.php
theme/standardred/styles.php
theme/standardwhite/styles.php
theme/wood/styles.php

index dbf644bb134af6f2cb4a50e9c8a4717ba66721bc..8428f99b96f2539f052bfba160e468e5e53501df 100644 (file)
@@ -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);
    
 ?>
index 8e4cb3e5777395038d492f80d2b625a6efa2e55e..d7f5c7af09c3e204fcb100b9344ffdc25130d199 100644 (file)
@@ -13,6 +13,6 @@
     $themename = basename(dirname(__FILE__));           // Name of the folder we are in\r
     $forceconfig = optional_param('forceconfig', '', PARAM_FILE);   // Get config from this theme\r
 \r
-    style_sheet_setup(filemtime('styles.php'), $lifetime, $themename, $forceconfig);\r
+    style_sheet_setup(filemtime('config.php'), $lifetime, $themename, $forceconfig);\r
    \r
 ?>\r
index 080b57c727109b56475dc7620159623dad5fb6a6..5d191fbd60c5841fd7bebfb0b9c5a2e561ad3346 100644 (file)
@@ -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);
    
 ?>
index d897beac9c4aca5fb7157e4b0175c27481843b6a..04bbc1014d0fb128662138d55a6b385bb3ca5104 100644 (file)
@@ -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);
    
 ?>
index dbf644bb134af6f2cb4a50e9c8a4717ba66721bc..8428f99b96f2539f052bfba160e468e5e53501df 100644 (file)
@@ -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);
    
 ?>
index 080b57c727109b56475dc7620159623dad5fb6a6..5d191fbd60c5841fd7bebfb0b9c5a2e561ad3346 100644 (file)
@@ -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);
    
 ?>
index 080b57c727109b56475dc7620159623dad5fb6a6..5d191fbd60c5841fd7bebfb0b9c5a2e561ad3346 100644 (file)
@@ -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);
    
 ?>
index dbf644bb134af6f2cb4a50e9c8a4717ba66721bc..8428f99b96f2539f052bfba160e468e5e53501df 100644 (file)
@@ -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);
    
 ?>
index d897beac9c4aca5fb7157e4b0175c27481843b6a..04bbc1014d0fb128662138d55a6b385bb3ca5104 100644 (file)
@@ -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);
    
 ?>
index d897beac9c4aca5fb7157e4b0175c27481843b6a..04bbc1014d0fb128662138d55a6b385bb3ca5104 100644 (file)
@@ -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);
    
 ?>
index d897beac9c4aca5fb7157e4b0175c27481843b6a..04bbc1014d0fb128662138d55a6b385bb3ca5104 100644 (file)
@@ -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);
    
 ?>
index d897beac9c4aca5fb7157e4b0175c27481843b6a..04bbc1014d0fb128662138d55a6b385bb3ca5104 100644 (file)
@@ -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);
    
 ?>
index d897beac9c4aca5fb7157e4b0175c27481843b6a..04bbc1014d0fb128662138d55a6b385bb3ca5104 100644 (file)
@@ -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);
    
 ?>
index d897beac9c4aca5fb7157e4b0175c27481843b6a..04bbc1014d0fb128662138d55a6b385bb3ca5104 100644 (file)
@@ -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);
    
 ?>