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@gmail.com>2016-08-31 16:13:54 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-08-31 16:13:54 +0300
commit4617d4205cdf646a52ef1886d9240e9c2bad0609 (patch)
tree849ee39219166830170513e6b00161d3e5864514 /plugins/CoreHome/templates
parent903b870466b62e8a655a0f6564d052583c0fb7ec (diff)
parent5d52b777100f5acb82d16e947e0e9ab2c0804215 (diff)
Merge branch '3.x-dev' into 3.0-m06
Conflicts: js/piwik.min.js piwik.js
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_applePinnedTabIcon.twig4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/_applePinnedTabIcon.twig b/plugins/CoreHome/templates/_applePinnedTabIcon.twig
new file mode 100644
index 0000000000..55a72c7ef1
--- /dev/null
+++ b/plugins/CoreHome/templates/_applePinnedTabIcon.twig
@@ -0,0 +1,4 @@
+{% if isCustomLogo and customFavicon is defined and customFavicon %}
+{% else %}
+ <link rel="mask-icon" href="plugins/CoreHome/images/applePinnedTab.svg" color="#d4291f">
+{% endif %}