diff options
author | 53hornet <atc@53hor.net> | 2021-10-02 11:59:08 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-10-02 11:59:08 -0400 |
commit | e0e45f0697ea0858fbea34cffc824f80105e8d7f (patch) | |
tree | d594946c0afe2a8f1efeba2b21ab22f07ddfb22b /includes | |
parent | 70bc00d5ff256e06c1c7d47c2af00d1863f53f6b (diff) | |
download | 53hor-e0e45f0697ea0858fbea34cffc824f80105e8d7f.tar.xz 53hor-e0e45f0697ea0858fbea34cffc824f80105e8d7f.zip |
published hudson fan shroud, replaced makefile with scripts, added some
drafts
Diffstat (limited to 'includes')
-rw-r--r-- | includes/template.php | 6 |
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'); |