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:
authormattab <matthieu.aubry@gmail.com>2018-01-11 07:35:53 +0300
committermattab <matthieu.aubry@gmail.com>2018-01-11 07:35:53 +0300
commitdcb18e8f3e5ddab977d62b6b16faa3da8b961e86 (patch)
tree76bdf3a6acc60c8fccbc07362908ae9ce7af8a90 /plugins/CoreHome/templates
parent5dd899632f352d954ff5a74e946f5f6dc7a00bca (diff)
Force logo to reload for Matomo
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_logo.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/templates/_logo.twig b/plugins/CoreHome/templates/_logo.twig
index aab42a4957..04965ca030 100644
--- a/plugins/CoreHome/templates/_logo.twig
+++ b/plugins/CoreHome/templates/_logo.twig
@@ -3,11 +3,11 @@
title="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Matomo # {{ 'General_OpenSourceWebAnalytics'|translate }}"
>
{% if hasSVGLogo %}
- <img src='{{ logoSVG }}' tabindex="3"
+ <img src='{{ logoSVG }}?matomo' tabindex="3"
alt="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Matomo"
class="{% if not isCustomLogo %}default-piwik-logo{% endif %}" />
{% else %}
- <img src='{{ logoHeader }}' alt="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Matomo" />
+ <img src='{{ logoHeader }}?matomo' alt="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Matomo" />
{% endif %}
</a>
</span>