summaryrefslogtreecommitdiffstats
path: root/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'footer.php')
-rw-r--r--footer.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/footer.php b/footer.php
new file mode 100644
index 0000000..eea0703
--- /dev/null
+++ b/footer.php
@@ -0,0 +1,22 @@
+<?php
+ // (c) 2014 Trinity Desktop Project
+ // All Rights Reserved
+ // Authors: Elizabeth Liddell, Timothy Pearson, and Calvin Morrison
+
+ function doFooter(){
+ echo(' <!--end content-->');
+ date_default_timezone_set('UTC'); #else the interpreter whines
+ echo(' <P ID="copyright">&copy; 2011-' . date('Y') . ' Trinity Desktop Project');
+
+?>
+ </DIV>
+ </DIV>
+ </DIV>
+ </DIV>
+ </DIV>
+ </BODY>
+ </HTML>
+
+<?php
+ } #end of doFooter
+?> \ No newline at end of file