Changeset 1742
- Timestamp:
- 07/09/07 14:42:48 (15 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/themes/default/atom/item.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/themes/default/atom/item.php
r1724 r1742 7 7 <published><?php echo rss_item_date_with_format('c'); ?></published> 8 8 <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 } ?> 9 12 </entry>
