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 ZILLIOX <thomas@zilliox.me>2013-08-11 22:59:55 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-11 22:59:55 +0400
commit87a4a5a659064181f41269f650d9db3682076172 (patch)
tree68d8a5f336b30a9d05c9ad781c4bbd432b4f7a6f /plugins/Zeitgeist
parent11aa168fd4dd95a7b3fdda8abbcaeeb3662b7e5e (diff)
Activate the responsivness of the dashboard with the meta viewport
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/templates/dashboard.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Zeitgeist/templates/dashboard.twig b/plugins/Zeitgeist/templates/dashboard.twig
index 70c37303f6..aaa516cda4 100644
--- a/plugins/Zeitgeist/templates/dashboard.twig
+++ b/plugins/Zeitgeist/templates/dashboard.twig
@@ -7,6 +7,8 @@
{% block head %}
<meta charset="utf-8">
<title>{{ siteName|raw }} - {% if isCustomLogo == false %}Piwik &rsaquo; {% endif %} {{ 'CoreHome_WebAnalyticsReports'|translate }}</title>
+ <meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=1"/>
+ <meta name="viewport" content="initial-scale=1.0" />
<meta name="generator" content="Piwik - Open Source Web Analytics"/>
<meta name="description" content="Web Analytics report for '{{ siteName }}' - Piwik"/>
<link rel="shortcut icon" href="plugins/CoreHome/images/favicon.ico"/>