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 --- index.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..867b6d5 --- /dev/null +++ b/index.php @@ -0,0 +1,29 @@ +. + */ + +include($_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"); + +include($_SERVER['DOCUMENT_ROOT'] . "/text/" . $_SERVER['PHP_SELF']); + +xhtml_header($title); + +print($body); + +include($_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"); + +?> -- cgit v1.2.3