From d064f7a60951c0278b41541953556d835a849b24 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 10 May 2011 16:45:10 -0700 Subject: Initial template rolling --- htdocs/index.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'htdocs/index.php') diff --git a/htdocs/index.php b/htdocs/index.php index e69de29..4777b05 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -0,0 +1,19 @@ + + * + */ + +require_once "src/config.inc.php"; + +require_once "src/header.inc.php"; + +echo "Content"; + +require_once "src/footer.inc.php"; + +?> -- cgit v1.2.3