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-11-26 14:23:17 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-26 14:23:17 +0300
commitbf723da1b97972bfe5131c759bf499c744cc7e34 (patch)
tree82c0cb82e0dabab62f308c9c9370a1611bc5c4c4 /plugins/CoreHome/templates/js_global_variables.tpl
parent9eaaee1936086f03a8933a92311a7ab5dbcf914f (diff)
Diffstat (limited to 'plugins/CoreHome/templates/js_global_variables.tpl')
-rw-r--r--plugins/CoreHome/templates/js_global_variables.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/js_global_variables.tpl b/plugins/CoreHome/templates/js_global_variables.tpl
index 251d4e2cea..1d44ddcf82 100644
--- a/plugins/CoreHome/templates/js_global_variables.tpl
+++ b/plugins/CoreHome/templates/js_global_variables.tpl
@@ -1,6 +1,7 @@
<script type="text/javascript">
var piwik = new Array();
piwik.token_auth = "{$token_auth}";
+ piwik.piwik_url = "{$piwikUrl}";
{if isset($idSite)}piwik.idSite = "{$idSite}";{/if}
{if isset($period)}piwik.period = "{$period}";{/if}
{if isset($date)}piwik.currentDateString = "{$date}";{/if}