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 /tde-head-and-foot.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 'tde-head-and-foot.php')
-rw-r--r-- | tde-head-and-foot.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tde-head-and-foot.php b/tde-head-and-foot.php index ff615e0..7d1642d 100644 --- a/tde-head-and-foot.php +++ b/tde-head-and-foot.php @@ -98,6 +98,7 @@ echo(' <!--end content-->'."\n"); + echo(' <hr class="footer" />'."\n"); date_default_timezone_set('UTC'); #else the interpreter whines echo(' <P ID="copyright">© 2010-' . date('Y') . ' Trinity Desktop Project</P>'."\n"); |