Show
Ignore:
Timestamp:
08/25/07 17:17:03 (15 months ago)
Author:
mbonetti
Message:

Add author tags to exported RSS feeds, too

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/default/rss/item.php

    r1488 r1749  
    77        <enclosure url="<?php echo rss_item_enclosure(); ?>" length="" type="" /> 
    88        <?php } ?> 
     9        <?php if ($GLOBALS['rss']->currentItem->author ) { ?> 
     10        <author><?php echo $GLOBALS['rss']->currentItem->author; ?></author>         
     11        <?php } ?> 
    912        <content:encoded><![CDATA[  <?php echo rss_item_content(); ?> ]]></content:encoded> 
    1013</item>