Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-28 11:02:52 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-28 11:02:52 +0400
commitdc4d8be74c809c23f8ca65b6fb0190864515f84b (patch)
tree3aae6d610bdcef27c77311555077d263625d2c22 /plugins/Dashboard
parentc5ee66efac7bc3cea460f4905a27b6f33212a90f (diff)
quick fixes #712 - add Smarty output filter to add cache busting string
to external CSS stylesheets and JavaScript script files
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/templates/header.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Dashboard/templates/header.tpl b/plugins/Dashboard/templates/header.tpl
index 724608a17c..3c9343bdc9 100644
--- a/plugins/Dashboard/templates/header.tpl
+++ b/plugins/Dashboard/templates/header.tpl
@@ -5,7 +5,7 @@
{loadJavascriptTranslations plugins='CoreHome Dashboard'}
{include file="CoreHome/templates/js_css_includes.tpl"}
{include file="CoreHome/templates/js_global_variables.tpl"}
-<link rel="stylesheet" href="plugins/CoreHome/templates/datatable.css">
-<link rel="stylesheet" href="plugins/Dashboard/templates/dashboard.css">
+<link rel="stylesheet" type="text/css" href="plugins/CoreHome/templates/datatable.css" />
+<link rel="stylesheet" type="text/css" href="plugins/Dashboard/templates/dashboard.css" />
</head>
-<body> \ No newline at end of file
+<body>