From 823ab006aaa504aaaa9be5e9b5c27cbdf3df28cc Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 23 Aug 2009 02:41:10 +0100 Subject: Initial commit of website code --- includes/footer.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 includes/footer.php (limited to 'includes/footer.php') diff --git a/includes/footer.php b/includes/footer.php new file mode 100644 index 0000000..056c6b1 --- /dev/null +++ b/includes/footer.php @@ -0,0 +1,39 @@ +. + */ + +$moddate = filemtime($_SERVER['DOCUMENT_ROOT'] . "/text/" . $_SERVER['PHP_SELF']); +$moddate = date("d/m/Y", $moddate); + +?> + + + + + + -- cgit v1.2.3