aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/zen.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/php/zen.php')
-rw-r--r--view/php/zen.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/php/zen.php b/view/php/zen.php
new file mode 100644
index 000000000..6fd11127c
--- /dev/null
+++ b/view/php/zen.php
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title><?php if(x($page,'title')) echo $page['title'] ?></title>
+ <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
+</head>
+<body>
+ <?php if(x($page,'content')) echo $page['content']; ?>
+</body>
+</html>