diff options
Diffstat (limited to 'footer.php')
-rw-r--r-- | footer.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/footer.php b/footer.php deleted file mode 100644 index 7f9c351..0000000 --- a/footer.php +++ /dev/null @@ -1,22 +0,0 @@ -<?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">© 2010-' . date('Y') . ' Trinity Desktop Project'); - -?> - </DIV> - </DIV> - </DIV> - </DIV> - </DIV> - </BODY> - </HTML> - -<?php - } #end of doFooter -?>
\ No newline at end of file |