From 68056e6d92285e184518bc8c7130bb49767623f3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 Sep 2011 21:09:56 -0400 Subject: Move config into one config.php file, add an index file, spit out complete HTML files, use CSS --- header.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 header.php (limited to 'header.php') diff --git a/header.php b/header.php new file mode 100644 index 0000000..45553af --- /dev/null +++ b/header.php @@ -0,0 +1,7 @@ + + + + <?php global $title; echo $title; ?> + + + -- cgit v1.2.3