]> git.mjollnir.org Git - moodle.git/commitdiff
Set the last modified time of the style sheet to the current time
authormoodler <moodler>
Fri, 7 Apr 2006 15:07:52 +0000 (15:07 +0000)
committermoodler <moodler>
Fri, 7 Apr 2006 15:07:52 +0000 (15:07 +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 8428f99b96f2539f052bfba160e468e5e53501df..fd3271b72d4f42bc092a0d27312afb07d160f2f5 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('config.php'), $lifetime, $themename, $forceconfig, $lang);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig, $lang);
    
 ?>
index d7f5c7af09c3e204fcb100b9344ffdc25130d199..9bc66d365193497b1c02d1e8caf1b19dbb524f8b 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('config.php'), $lifetime, $themename, $forceconfig);\r
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);\r
    \r
 ?>\r
index 5d191fbd60c5841fd7bebfb0b9c5a2e561ad3346..bd329f640b53a699e0b3f7d77b02a5ce9725bce6 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('config.php'), $lifetime, $themename, $forceconfig);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
    
 ?>
index 04bbc1014d0fb128662138d55a6b385bb3ca5104..8359feddec5ba41f3fd0ca267bf034b76dd1f95f 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('config.php'), $lifetime, $themename, $forceconfig);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
    
 ?>
index 8428f99b96f2539f052bfba160e468e5e53501df..fd3271b72d4f42bc092a0d27312afb07d160f2f5 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('config.php'), $lifetime, $themename, $forceconfig, $lang);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig, $lang);
    
 ?>
index 5d191fbd60c5841fd7bebfb0b9c5a2e561ad3346..bd329f640b53a699e0b3f7d77b02a5ce9725bce6 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('config.php'), $lifetime, $themename, $forceconfig);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
    
 ?>
index 5d191fbd60c5841fd7bebfb0b9c5a2e561ad3346..bd329f640b53a699e0b3f7d77b02a5ce9725bce6 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('config.php'), $lifetime, $themename, $forceconfig);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
    
 ?>
index 8428f99b96f2539f052bfba160e468e5e53501df..fd3271b72d4f42bc092a0d27312afb07d160f2f5 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('config.php'), $lifetime, $themename, $forceconfig, $lang);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig, $lang);
    
 ?>
index 04bbc1014d0fb128662138d55a6b385bb3ca5104..8359feddec5ba41f3fd0ca267bf034b76dd1f95f 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('config.php'), $lifetime, $themename, $forceconfig);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
    
 ?>
index 04bbc1014d0fb128662138d55a6b385bb3ca5104..8359feddec5ba41f3fd0ca267bf034b76dd1f95f 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('config.php'), $lifetime, $themename, $forceconfig);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
    
 ?>
index 04bbc1014d0fb128662138d55a6b385bb3ca5104..8359feddec5ba41f3fd0ca267bf034b76dd1f95f 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('config.php'), $lifetime, $themename, $forceconfig);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
    
 ?>
index 04bbc1014d0fb128662138d55a6b385bb3ca5104..8359feddec5ba41f3fd0ca267bf034b76dd1f95f 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('config.php'), $lifetime, $themename, $forceconfig);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
    
 ?>
index 04bbc1014d0fb128662138d55a6b385bb3ca5104..8359feddec5ba41f3fd0ca267bf034b76dd1f95f 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('config.php'), $lifetime, $themename, $forceconfig);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
    
 ?>
index 04bbc1014d0fb128662138d55a6b385bb3ca5104..8359feddec5ba41f3fd0ca267bf034b76dd1f95f 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('config.php'), $lifetime, $themename, $forceconfig);
+    style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
    
 ?>