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-08-14 19:37:05 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-08-14 19:37:05 +0400
commit0bcdcf13019d2fb9f45c6e6098572fbd31e42599 (patch)
treea544065f865daae35333ce432a0965755d44c0a6 /plugins/CoreHome/templates/index.tpl
parent2d6e606de9183729a50ef5028e198ea945e1c98e (diff)
Fixes #935 - make global vars available to plugins' javascript.
Diffstat (limited to 'plugins/CoreHome/templates/index.tpl')
-rw-r--r--plugins/CoreHome/templates/index.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/CoreHome/templates/index.tpl b/plugins/CoreHome/templates/index.tpl
index c9f16fe742..769070b696 100644
--- a/plugins/CoreHome/templates/index.tpl
+++ b/plugins/CoreHome/templates/index.tpl
@@ -7,11 +7,9 @@
<link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico">
{loadJavascriptTranslations plugins='CoreHome'}
{include file="CoreHome/templates/js_css_includes.tpl"}
+{include file="CoreHome/templates/js_global_variables.tpl"}
</head>
-
<body>
-{include file="CoreHome/templates/js_global_variables.tpl"}
-
{assign var=showSitesSelection value=true}
{include file="CoreHome/templates/top_bar.tpl"}
{include file="CoreHome/templates/header.tpl"}