diff options
Diffstat (limited to 'tde-head-and-foot.php')
-rw-r--r-- | tde-head-and-foot.php | 8 |
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"); +?> |