aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/html.inc.php
diff options
context:
space:
mode:
authorPim van den Berg2013-06-22 19:45:24 +0200
committerPim van den Berg2013-06-22 19:45:24 +0200
commit06b11a6022d8f1776b5c6eaf45bc50bb22c0a370 (patch)
tree5e2d0a8165c2f4710f495d01c3842453b802018f /inc/html.inc.php
parentoverview: add color to load averages (diff)
downloadapt-panopticon_cgp-06b11a6022d8f1776b5c6eaf45bc50bb22c0a370.zip
apt-panopticon_cgp-06b11a6022d8f1776b5c6eaf45bc50bb22c0a370.tar.gz
apt-panopticon_cgp-06b11a6022d8f1776b5c6eaf45bc50bb22c0a370.tar.bz2
apt-panopticon_cgp-06b11a6022d8f1776b5c6eaf45bc50bb22c0a370.tar.xz
add viewport meta tag for better experience on mobile devices
Diffstat (limited to 'inc/html.inc.php')
-rw-r--r--inc/html.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php
index 015225e..9a5344b 100644
--- a/inc/html.inc.php
+++ b/inc/html.inc.php
@@ -19,6 +19,7 @@ function html_start() {
19 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 19 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
20 <title>CGP{$path}</title> 20 <title>CGP{$path}</title>
21 <link rel="stylesheet" href="{$CONFIG['weburl']}layout/style.css" type="text/css"> 21 <link rel="stylesheet" href="{$CONFIG['weburl']}layout/style.css" type="text/css">
22 <meta name="viewport" content="width=1050, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes">
22 23
23EOT; 24EOT;
24 25