diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-10-01 09:11:37 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-10-01 09:11:37 +0200 |
commit | 9f60efccb9e760ec07cfca5a3d4a0c4fb0eb6018 (patch) | |
tree | 3d89a1f8b533d5bfcbd24bbf2f263c67a6d726ef /application/views | |
parent | 2a841eb78a8b662dd7b806e6864d963f21b56667 (diff) |
add mtime to url for default.css
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/file/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/header.php b/application/views/file/header.php index f6073707a..a7354cdca 100644 --- a/application/views/file/header.php +++ b/application/views/file/header.php @@ -3,7 +3,7 @@ <head> <title><?php echo isset($title) ? $title : ''; ?></title> - <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>data/default.css" media="screen" /> + <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>data/default.css?<?php echo filemtime(FCPATH."/data/default.css"); ?>" media="screen" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> </head> |