diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-05-10 16:45:10 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-05-10 16:45:10 -0700 |
commit | d064f7a60951c0278b41541953556d835a849b24 (patch) | |
tree | f372d64d82dd423b560ddde879394bd79bdc8fe0 /htdocs/index.php | |
parent | e3f508effca38396aa29eab137741e062344f4bb (diff) |
Initial template rolling
Diffstat (limited to 'htdocs/index.php')
-rw-r--r-- | htdocs/index.php | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ +<?php + +/* Foursquare Community Site + * + * Copyright (C) 2011 Foursquare Church. + * + * Developers: Jesse Morgan <jmorgan@foursquarestaff.com> + * + */ + +require_once "src/config.inc.php"; + +require_once "src/header.inc.php"; + +echo "Content"; + +require_once "src/footer.inc.php"; + +?> |