Set the last modified time of the style sheet to the current time

This commit is contained in:
moodler 2006-04-07 15:07:52 +00:00
parent 6bf277d7c5
commit 08777eaf25
14 changed files with 14 additions and 14 deletions

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>

View 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);
?>