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 Steur <thomas.steur@googlemail.com>2014-05-23 02:01:04 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-23 02:01:04 +0400
commit63b596a9044825185e0eeac1974e21dccac9967c (patch)
tree9a09fa9b4396af54f146b409d2a40ee219b6bcde /plugins/Dashboard/templates
parent99d70f99068b110b33eafb09946769e3b0be6811 (diff)
started experiment making morpheus default theme
Diffstat (limited to 'plugins/Dashboard/templates')
-rw-r--r--plugins/Dashboard/templates/_widgetFactoryTemplate.twig8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Dashboard/templates/_widgetFactoryTemplate.twig b/plugins/Dashboard/templates/_widgetFactoryTemplate.twig
index 511fb18ce8..bbbad28274 100644
--- a/plugins/Dashboard/templates/_widgetFactoryTemplate.twig
+++ b/plugins/Dashboard/templates/_widgetFactoryTemplate.twig
@@ -2,16 +2,16 @@
<div class="widget">
<div class="widgetTop">
<div class="button" id="close">
- <img src="plugins/Zeitgeist/images/close.png" title="{{ 'General_Close'|translate }}" />
+ <img src="plugins/Morpheus/images/close.png" title="{{ 'General_Close'|translate }}" />
</div>
<div class="button" id="maximise">
- <img src="plugins/Zeitgeist/images/maximise.png" title="{{ 'Dashboard_Maximise'|translate }}" />
+ <img src="plugins/Morpheus/images/maximise.png" title="{{ 'Dashboard_Maximise'|translate }}" />
</div>
<div class="button" id="minimise">
- <img src="plugins/Zeitgeist/images/minimise.png" title="{{ 'Dashboard_Minimise'|translate }}" />
+ <img src="plugins/Morpheus/images/minimise.png" title="{{ 'Dashboard_Minimise'|translate }}" />
</div>
<div class="button" id="refresh">
- <img src="plugins/Zeitgeist/images/refresh.png" title="{{ 'General_Refresh'|translate }}" />
+ <img src="plugins/Morpheus/images/refresh.png" title="{{ 'General_Refresh'|translate }}" />
</div>
<div class="widgetName">{% if widgetName is defined %}{{ widgetName }}{% endif %}</div>
</div>