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:
authorUma Sreedhar <uma5@vm03.openstacklocal>2014-01-15 00:27:12 +0400
committerUma Sreedhar <uma5@vm03.openstacklocal>2014-01-15 00:27:12 +0400
commit27f8d9e5f24802ffbb00ff4460c53bb29c19c10f (patch)
tree700fd088687d763ccec49ca468b71f1bc8e336a7 /plugins/Login/templates/login.twig
parentf9b3de1b5ea6a58b715909cb04b8f18d4b82c89a (diff)
Added a smart banner linking to the app store
Diffstat (limited to 'plugins/Login/templates/login.twig')
-rw-r--r--plugins/Login/templates/login.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index e34f74d3a6..1e84ddcb72 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -4,6 +4,7 @@
<!--[if (gte IE 9)|!(IE)]><!-->
<html><!--<![endif]-->
<head>
+ <meta name="apple-itunes-app" content="app-id=737216887" />
<meta charset="utf-8">
<title>{% if isCustomLogo == false %}Piwik &rsaquo; {% endif %}{{ 'Login_LogIn'|translate }}</title>
@@ -165,4 +166,4 @@
{% endif %}
</section>
</body>
-</html> \ No newline at end of file
+</html>