diff options
-rwxr-xr-x | rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.php b/rss.php index e11e43a..6e43c9c 100755 --- a/rss.php +++ b/rss.php | |||
@@ -25,7 +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 | <author><?php echo(has_meta($getitems3['id'], 'author') ? get_meta($getitems3['id'], 'author') : 'Starla Insigna'); ?></author> |
29 | </item> | 29 | </item> |
30 | <?php | 30 | <?php |
31 | } | 31 | } |