aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2022-10-03 10:03:42 +0000
committerFrankie B <floppydisk05@aol.com>2022-10-03 10:03:42 +0000
commitb8354a24302052105b2b69b0e17ff2f19b3c07cb (patch)
tree4e2a74b7b55a1cb8d6862d1a180ac4dcbaa5108d /index.php
parentf01a1aaf1e6a518f944133306b69abc2cf24f83b (diff)
Add footer & make compliant with HTML 4.01
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7b56965..f52b50c 100755
--- a/index.php
+++ b/index.php
@@ -61,7 +61,7 @@
</p>
</div> <!-- content -->
<div id="footer" class="pagefooter">
- <!-- Created <span class="date">Sat 26 Mar 2011 11:39:56 AM CET</span> -->
+ <?php $file = __FILE__;require('./inc/footer.php'); ?>
</div> <!-- footer -->
</div> <!-- pagebody -->
</div> <!-- page -->