summaryrefslogtreecommitdiffstats
path: root/tde-head-and-foot.php
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-10-05 13:46:54 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-10-05 13:46:54 -0500
commit5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4 (patch)
treee2adf4f018d79bce5853d42cdbda6c05c25955fa /tde-head-and-foot.php
downloadwebsite-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.tar.gz
website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.zip
Initial import of static files
Diffstat (limited to 'tde-head-and-foot.php')
-rw-r--r--tde-head-and-foot.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tde-head-and-foot.php b/tde-head-and-foot.php
new file mode 100644
index 0000000..e344bf9
--- /dev/null
+++ b/tde-head-and-foot.php
@@ -0,0 +1,8 @@
+<?php
+ // (c) 2014 Trinity Desktop Project
+ // All Rights Reserved
+ // Authors: Elizabeth Liddell, Timothy Pearson, and Calvin Morrison
+
+ include("header.php");
+ include("footer.php");
+?>