summaryrefslogtreecommitdiffstats
path: root/template.php
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2015-10-05 13:46:54 -0500
committerTimothy Pearson <[email protected]>2015-10-05 13:46:54 -0500
commit5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4 (patch)
treee2adf4f018d79bce5853d42cdbda6c05c25955fa /template.php
downloadwebsite-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.tar.gz
website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.zip
Initial import of static files
Diffstat (limited to 'template.php')
-rw-r--r--template.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/template.php b/template.php
new file mode 100644
index 0000000..0d5a36e
--- /dev/null
+++ b/template.php
@@ -0,0 +1,8 @@
+<?php
+ include("tde-head-and-foot.php");
+ doHeader("[title]", "[nav section]", "[nav link]");
+?>
+
+<?php
+ doFooter();
+?>