diff options
Diffstat (limited to 'view')
-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> |