- Timestamp:
- 08/25/07 17:17:03 (15 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/themes/default/rss/item.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/themes/default/rss/item.php
r1488 r1749 7 7 <enclosure url="<?php echo rss_item_enclosure(); ?>" length="" type="" /> 8 8 <?php } ?> 9 <?php if ($GLOBALS['rss']->currentItem->author ) { ?> 10 <author><?php echo $GLOBALS['rss']->currentItem->author; ?></author> 11 <?php } ?> 9 12 <content:encoded><![CDATA[ <?php echo rss_item_content(); ?> ]]></content:encoded> 10 13 </item>
