summaryrefslogtreecommitdiffstats
path: root/footer.php
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-04-22 15:14:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-04-24 20:50:41 +0900
commitbc1ed41599c64e3767edaf8b8dcedfa3036d1350 (patch)
tree3bd4e7f77bbb359172d955aa9b3f293b6b738df7 /footer.php
parent2f93a1e3d0e78d996ecc1bb750cc5370f29b5417 (diff)
downloadwebsite-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.php22
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">&copy; 2010-' . date('Y') . ' Trinity Desktop Project');
-
-?>
- </DIV>
- </DIV>
- </DIV>
- </DIV>
- </DIV>
- </BODY>
- </HTML>
-
-<?php
- } #end of doFooter
-?> \ No newline at end of file