summaryrefslogtreecommitdiffstats
path: root/tde-head-and-foot.php
blob: e344bf937d27af589d21eeb0030fe54dc364fdcb (plain)
1
2
3
4
5
6
7
8
<?php
	// (c) 2014 Trinity Desktop Project
	// All Rights Reserved
	// Authors: Elizabeth Liddell, Timothy Pearson, and Calvin Morrison

	include("header.php");
	include("footer.php");
?>