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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-05-08 18:51:57 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-05-08 18:51:57 +0400
commit16dffb456eae335983aacf79317178614c6ee492 (patch)
tree34ff538c1f6ffb1bbb8239235d10157295149424 /plugins/DBStats
parentdf7bb48036c6a4a769f0d843719267ec8966d687 (diff)
Reorganizing the images folders for every plugins
Diffstat (limited to 'plugins/DBStats')
-rwxr-xr-xplugins/DBStats/templates/index.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DBStats/templates/index.twig b/plugins/DBStats/templates/index.twig
index 6be6661795..b28e241764 100755
--- a/plugins/DBStats/templates/index.twig
+++ b/plugins/DBStats/templates/index.twig
@@ -84,7 +84,7 @@
<h2>{{ 'General_Reports'|translate }}</h2>
<div class="ajaxLoad" action="getIndividualReportsSummary">
- <span class="loadingPiwik"><img src="plugins/Zeitgeist/theme/images/loading-blue.gif"/>{{ 'General_LoadingData'|translate }}</span>
+ <span class="loadingPiwik"><img src="plugins/Zeitgeist/images/loading-blue.gif"/>{{ 'General_LoadingData'|translate }}</span>
</div>
</td>
</tr>
@@ -103,7 +103,7 @@
<h2>{{ 'General_Metrics'|translate }}</h2>
<div class="ajaxLoad" action="getIndividualMetricsSummary">
- <span class="loadingPiwik"><img src="plugins/Zeitgeist/theme/images/loading-blue.gif"/>{{ 'General_LoadingData'|translate }}</span>
+ <span class="loadingPiwik"><img src="plugins/Zeitgeist/images/loading-blue.gif"/>{{ 'General_LoadingData'|translate }}</span>
</div>
</td>
</tr>