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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-10-29 16:37:22 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-10-29 16:37:22 +0300
commitfd03f0d3ecc79e09852948ef961b2eb42521a07e (patch)
tree9198f01fc6bde603512bad7e07c040100519a62a /plugins/CoreHome/templates/index.tpl
parentb0066c3052093edcc830fcad869b0703f1d09670 (diff)
- moving global JS variables in a global array
- added token_auth at end of URLs to export data
Diffstat (limited to 'plugins/CoreHome/templates/index.tpl')
-rw-r--r--plugins/CoreHome/templates/index.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/index.tpl b/plugins/CoreHome/templates/index.tpl
index fe7674b737..5bc3d761ea 100644
--- a/plugins/CoreHome/templates/index.tpl
+++ b/plugins/CoreHome/templates/index.tpl
@@ -10,6 +10,7 @@
<body>
{assign var=showSitesSelection value=true}
+{include file="CoreHome/templates/js_global_variables.tpl"}
{include file="CoreHome/templates/top_bar.tpl"}
{include file="CoreHome/templates/header.tpl"}
{include file="CoreHome/templates/menu.tpl"}