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-09-23 19:11:15 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-09-23 19:11:15 +0400
commit98fa72a6619109c536965b4afaac675fa47ed28c (patch)
treec290525dc4429362aaddd2b8808f16d7d6a46182 /plugins/Dashboard
parent9c0f98c5b38c51661020776f35b6f0fa8856cfd0 (diff)
fixes #942 - calendar should use server date for "today"; minor cleanup to the html for consistency
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/templates/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/templates/header.tpl b/plugins/Dashboard/templates/header.tpl
index 3c9343bdc9..4e82f4bd3a 100644
--- a/plugins/Dashboard/templates/header.tpl
+++ b/plugins/Dashboard/templates/header.tpl
@@ -3,8 +3,8 @@
<html>
<head>
{loadJavascriptTranslations plugins='CoreHome Dashboard'}
-{include file="CoreHome/templates/js_css_includes.tpl"}
{include file="CoreHome/templates/js_global_variables.tpl"}
+{include file="CoreHome/templates/js_css_includes.tpl"}
<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>