diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-05-25 21:27:33 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-05-25 21:27:33 +0200 |
commit | d9b9faaa89150d83cb79556c493cb43865a25eb8 (patch) | |
tree | 981d5a8921fac6eae225a371fa00cb01e7ec856d /view/php/zen.php | |
parent | 1828771557be409aea396751628966b02f3e2872 (diff) | |
download | volse-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
Diffstat (limited to 'view/php/zen.php')
-rw-r--r-- | view/php/zen.php | 1 |
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> |