diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2011-10-15 09:56:53 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2011-10-15 09:56:53 -0400 |
commit | 2101d286d836a54cde9a4cd428e0ebbf9ce7929a (patch) | |
tree | dacf3915d2eca8627d4d2f80f9b883aa23ebfa47 | |
parent | 9bfc84849bbada61f6f830bad01e19cf8b19c07f (diff) | |
parent | 6c2c1e9c0eba2c51c05ffb0e7444635f0eb2ba37 (diff) | |
download | pillowcase-2101d286d836a54cde9a4cd428e0ebbf9ce7929a.tar.gz pillowcase-2101d286d836a54cde9a4cd428e0ebbf9ce7929a.tar.bz2 pillowcase-2101d286d836a54cde9a4cd428e0ebbf9ce7929a.zip |
Merged unforgiving heads
-rwxr-xr-x | rss.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rss.php b/rss.php index 7950430..e11e43a 100755 --- a/rss.php +++ b/rss.php | |||
@@ -25,6 +25,7 @@ while ($getitems3 = mysql_fetch_array($getitems2)) | |||
25 | <link>http://pillowcase.fourisland.com/comic<?php echo($getitems3['comic_id']); ?>.htm</link> | 25 | <link>http://pillowcase.fourisland.com/comic<?php echo($getitems3['comic_id']); ?>.htm</link> |
26 | <description><![CDATA[<IMG SRC="http://pillowcase.fourisland.com/images/comics/<?php echo($getitems3['filename']); ?> ALT="<?php echo($getitems3['title']); ?>"><p><?php echo($getitems3['text']); ?></p>]]></description> | 26 | <description><![CDATA[<IMG SRC="http://pillowcase.fourisland.com/images/comics/<?php echo($getitems3['filename']); ?> ALT="<?php echo($getitems3['title']); ?>"><p><?php echo($getitems3['text']); ?></p>]]></description> |
27 | <pubDate><?php echo(date('r',strtotime(get_meta($getitems3['id'], 'pubDate')))); ?></pubDate> | 27 | <pubDate><?php echo(date('r',strtotime(get_meta($getitems3['id'], 'pubDate')))); ?></pubDate> |
28 | <author><?php echo(has_meta($getitems3['comic_id'], 'author') ? get_meta($getitems3['comic_id'], 'author') : 'Starla Insigna'); ?></author> | ||
28 | </item> | 29 | </item> |
29 | <?php | 30 | <?php |
30 | } | 31 | } |