diff options
author | Timothy Pearson <[email protected]> | 2015-10-05 13:46:54 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-10-05 13:46:54 -0500 |
commit | 5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4 (patch) | |
tree | e2adf4f018d79bce5853d42cdbda6c05c25955fa /template.php | |
download | website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.tar.gz website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.zip |
Initial import of static files
Diffstat (limited to 'template.php')
-rw-r--r-- | template.php | 8 |
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(); +?> |