From eee98526c48b9154cd9e9bc8bc3e07769e6a39ea Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 22 Feb 2009 13:15:37 -0500 Subject: Rewrote Pillowcase NOTE: There is a new database schema now, so the database from the testing server has to be copied over to the production server, otherwise this code will fail. --- includes/db.php | 8 ++++++++ includes/footer.php | 14 ++++++++++++++ includes/functions.php | 35 +++++++++++++++++++++++++++++++++ includes/header.php | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 109 insertions(+) create mode 100755 includes/db.php create mode 100644 includes/footer.php create mode 100644 includes/functions.php create mode 100644 includes/header.php (limited to 'includes') diff --git a/includes/db.php b/includes/db.php new file mode 100755 index 0000000..a763283 --- /dev/null +++ b/includes/db.php @@ -0,0 +1,8 @@ + diff --git a/includes/footer.php b/includes/footer.php new file mode 100644 index 0000000..da2d072 --- /dev/null +++ b/includes/footer.php @@ -0,0 +1,14 @@ + + + + + + + diff --git a/includes/functions.php b/includes/functions.php new file mode 100644 index 0000000..edb666b --- /dev/null +++ b/includes/functions.php @@ -0,0 +1,35 @@ + diff --git a/includes/header.php b/includes/header.php new file mode 100644 index 0000000..0f5b075 --- /dev/null +++ b/includes/header.php @@ -0,0 +1,52 @@ + + + <?php echo($rtitle); ?> + + + + +
+ + + -- cgit 1.4.1