summaryrefslogtreecommitdiff
path: root/includes/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/template.php')
-rw-r--r--includes/template.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/template.php b/includes/template.php
new file mode 100644
index 0000000..5ff90f4
--- /dev/null
+++ b/includes/template.php
@@ -0,0 +1,6 @@
+<?php
+$title = "{{title}}";
+if (isset($early) && $early) {
+ return;
+}
+include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php');