Changeset 1742

Show
Ignore:
Timestamp:
07/09/07 14:42:48 (17 months ago)
Author:
mbonetti
Message:

Export tags in Atom 1.0 feeds

Files:
1 modified

Legend:

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

    r1724 r1742  
    77        <published><?php echo rss_item_date_with_format('c'); ?></published> 
    88        <content type="html"><![CDATA[  <?php echo rss_item_content(); ?> ]]></content> 
     9<?php foreach ($GLOBALS['rss']->currentItem->tags as $tag_) { ?> 
     10        <category term="<?php echo $tag_ ?>" /> 
     11<?php } ?> 
    912</entry>