summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-09-10 22:21:02 +0100
committerNick White <git@njw.me.uk>2009-09-10 22:21:02 +0100
commit22c52b1b71cd4fbeb8bf51df1afe1c7cecaa3da4 (patch)
tree49504610803af1485ba65f63d88ddd2ab13ce4c5 /index.php
parent29a97bda58c12ecee78bf6fbe5c26b2ce2c776de (diff)
downloadnjw-website-source-22c52b1b71cd4fbeb8bf51df1afe1c7cecaa3da4.tar.bz2
njw-website-source-22c52b1b71cd4fbeb8bf51df1afe1c7cecaa3da4.zip
Fixed bug to correct last modified date
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index e0741d2..8d7e965 100644
--- a/index.php
+++ b/index.php
@@ -49,4 +49,6 @@ print($body);
include($_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php");
+page_footer($contentpath);
+
?>