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, 0 insertions, 6 deletions
diff --git a/includes/template.php b/includes/template.php
deleted file mode 100644
index 5ff90f4..0000000
--- a/includes/template.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-$title = "{{title}}";
-if (isset($early) && $early) {
- return;
-}
-include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php');