From 4cce41c058cc132df28c891585a8380a68f6ab23 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 25 Feb 2009 15:39:21 -0500 Subject: Added RSS feed --- includes/header.php | 31 +------------------------------ includes/update.php | 28 ++++++++++++++++++++++++++++ index.php | 1 + rss.php | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 63 insertions(+), 30 deletions(-) create mode 100644 includes/update.php create mode 100644 rss.php diff --git a/includes/header.php b/includes/header.php index a9b93cd..a26f6b9 100644 --- a/includes/header.php +++ b/includes/header.php @@ -11,6 +11,7 @@ if (isset($title)) <?php echo($rtitle); ?> + @@ -19,34 +20,4 @@ if (isset($title))

Pillowcase

- diff --git a/includes/update.php b/includes/update.php new file mode 100644 index 0000000..6c8d9ff --- /dev/null +++ b/includes/update.php @@ -0,0 +1,28 @@ + diff --git a/index.php b/index.php index 3738020..16b051c 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,7 @@ include('includes/db.php'); include('includes/functions.php'); +include('includes/update.php'); ob_start(); diff --git a/rss.php b/rss.php new file mode 100644 index 0000000..4b710aa --- /dev/null +++ b/rss.php @@ -0,0 +1,33 @@ +'); + +?> + + + Pillowcase + http://pillowcase.fourisland.com/ + pillowcase - the result of an obsession with cute, plush objects that talk nonsense + en-us + + + <?php echo($getitems3['title']); ?> + http://pillowcase.fourisland.com/comic.htm + ALT="">

]]>
+ +
+ +
+
-- cgit 1.4.1