aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/zen.php
blob: a96cf722fa57bb8ba71ea8c37823b16277c7b1b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<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>
   <?php if(x($page,'content')) echo $page['content']; ?>
</body>
</html>