diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-25 17:01:02 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-25 17:01:02 -0700 |
commit | 675aa96f222877a5aa543b8409a2c580cf10d3aa (patch) | |
tree | bdbc1319f5c07145c639a962f54abd28271b1b75 /view/php/zen.php | |
parent | dfa4984089449b257315536b3d9f949df375405f (diff) | |
parent | 29a8d580be141ee451e4f5b02870e9fe384e3ed6 (diff) | |
download | volse-hubzilla-675aa96f222877a5aa543b8409a2c580cf10d3aa.tar.gz volse-hubzilla-675aa96f222877a5aa543b8409a2c580cf10d3aa.tar.bz2 volse-hubzilla-675aa96f222877a5aa543b8409a2c580cf10d3aa.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
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> |