summaryrefslogtreecommitdiffstats
path: root/application/views/file/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file/header.php')
-rw-r--r--application/views/file/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/header.php b/application/views/file/header.php
index ca540c805..733c6788e 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?<?php echo filemtime(FCPATH."/data/default.css"); ?>" media="screen" />
+ <link rel="stylesheet" type="text/css" href="<?php echo link_with_mtime("/data/default.css"); ?>" media="screen" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex,nofollow" />
</head>