diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-22 15:14:56 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-24 20:50:41 +0900 |
| commit | bc1ed41599c64e3767edaf8b8dcedfa3036d1350 (patch) | |
| tree | 3bd4e7f77bbb359172d955aa9b3f293b6b738df7 /footer.php | |
| parent | 2f93a1e3d0e78d996ecc1bb750cc5370f29b5417 (diff) | |
| download | website-core-bc1ed41599c64e3767edaf8b8dcedfa3036d1350.tar.gz website-core-bc1ed41599c64e3767edaf8b8dcedfa3036d1350.zip | |
Revamp screenshot page and add horizontal file before the page footer.
Code inspired by https://www.w3schools.com/howto/howto_js_slideshow.asp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |
