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:
authormattpiwik <matthieu.aubry@gmail.com>2012-06-03 04:16:54 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-06-03 04:16:54 +0400
commitbec5a70c783db4fd66eb8f44f50b71e64480062b (patch)
treeee7ded852fd9922b543953c6b28b3032c900e329 /plugins/DBStats/templates
parent75a2ad6ed5dfc0c0130a583e0defddb4efdae685 (diff)
Fixes #3172
git-svn-id: http://dev.piwik.org/svn/trunk@6451 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/DBStats/templates')
-rwxr-xr-xplugins/DBStats/templates/index.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DBStats/templates/index.tpl b/plugins/DBStats/templates/index.tpl
index b84ab4691c..d342f31a1f 100755
--- a/plugins/DBStats/templates/index.tpl
+++ b/plugins/DBStats/templates/index.tpl
@@ -77,7 +77,7 @@
</td>
<td>
<h2>{'General_Reports'|translate}</h2>
- <div class="ajaxLoad" href="/index.php?module=DBStats&action=getIndividualReportsSummary&viewDataTable=table">
+ <div class="ajaxLoad" href="index.php?module=DBStats&action=getIndividualReportsSummary&viewDataTable=table">
<span class="loadingPiwik"><img src="themes/default/images/loading-blue.gif" />{'General_LoadingData'|translate}</span>
</div>
</td>
@@ -95,7 +95,7 @@
</td>
<td>
<h2>{'General_Metrics'|translate}</h2>
- <div class="ajaxLoad" href="/index.php?module=DBStats&action=getIndividualMetricsSummary&viewDataTable=table">
+ <div class="ajaxLoad" href="index.php?module=DBStats&action=getIndividualMetricsSummary&viewDataTable=table">
<span class="loadingPiwik"><img src="themes/default/images/loading-blue.gif" />{'General_LoadingData'|translate}</span>
</div>
</td>