add this to better support mobile devices out of the box in zen template

This commit is contained in:
Mario Vavti 2015-05-25 21:27:33 +02:00
parent 1828771557
commit d9b9faaa89

View File

@ -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>