diff options
author | Frankie B <floppydisk05@aol.com> | 2022-10-03 10:03:42 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-10-03 10:03:42 +0000 |
commit | b8354a24302052105b2b69b0e17ff2f19b3c07cb (patch) | |
tree | 4e2a74b7b55a1cb8d6862d1a180ac4dcbaa5108d /computers/index.php | |
parent | f01a1aaf1e6a518f944133306b69abc2cf24f83b (diff) |
Add footer & make compliant with HTML 4.01
Diffstat (limited to 'computers/index.php')
-rwxr-xr-x | computers/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/computers/index.php b/computers/index.php index 7ffadc3..8620191 100755 --- a/computers/index.php +++ b/computers/index.php @@ -215,7 +215,7 @@ </div> <!-- content --> <div id="footer" class="pagefooter"> - <!-- Created <span class="date">Sat 26 Mar 2011 03:11:41 PM CET</span> --> + <?php $file = __FILE__;require('../inc/footer.php'); ?> </div> <!-- footer --> </div> <!-- pagebody --> </div> <!-- page --> |