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:
Diffstat (limited to 'plugins/CoreUpdater/templates/layout.twig')
-rw-r--r--plugins/CoreUpdater/templates/layout.twig11
1 files changed, 8 insertions, 3 deletions
diff --git a/plugins/CoreUpdater/templates/layout.twig b/plugins/CoreUpdater/templates/layout.twig
index e49d4bdd3e..4114ff463a 100644
--- a/plugins/CoreUpdater/templates/layout.twig
+++ b/plugins/CoreUpdater/templates/layout.twig
@@ -17,10 +17,15 @@
</head>
<body id="simple" ng-app="app">
+
<div class="logo">
- <img title="Piwik" alt="Piwik" src="{{ logoHeader }}"/>
- <br/>
- {{ 'General_OpenSourceWebAnalytics'|translate }}
+ {% if hasSVGLogo %}
+ <img src='{{ logoSVG }}' tabindex="3"
+ alt="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Piwik"
+ class="{% if not isCustomLogo %}default-piwik-logo{% endif %}" />
+ {% else %}
+ <img src='{{ logoHeader }}' alt="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Piwik" />
+ {% endif %}
</div>
<div class="box">