diff options
Diffstat (limited to 'includes/template_start.php')
-rw-r--r-- | includes/template_start.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/template_start.php b/includes/template_start.php new file mode 100644 index 0000000..89e5095 --- /dev/null +++ b/includes/template_start.php @@ -0,0 +1,3 @@ +<?php +include __DIR__ . "/template_head_start.php"; +include __DIR__ . "/template_head_end.php"; |