aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-05-25 21:27:33 +0200
committerMario Vavti <mario@mariovavti.com>2015-05-25 21:27:33 +0200
commitd9b9faaa89150d83cb79556c493cb43865a25eb8 (patch)
tree981d5a8921fac6eae225a371fa00cb01e7ec856d
parent1828771557be409aea396751628966b02f3e2872 (diff)
downloadvolse-hubzilla-d9b9faaa89150d83cb79556c493cb43865a25eb8.tar.gz
volse-hubzilla-d9b9faaa89150d83cb79556c493cb43865a25eb8.tar.bz2
volse-hubzilla-d9b9faaa89150d83cb79556c493cb43865a25eb8.zip
add this to better support mobile devices out of the box in zen template
-rw-r--r--view/php/zen.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/php/zen.php b/view/php/zen.php
index 6fd11127c..5b89e9c32 100644
--- a/view/php/zen.php
+++ b/view/php/zen.php
@@ -2,6 +2,7 @@
<html>
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
+ <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>