Changeset 1488 for trunk/gregarius/themes
- Timestamp:
- 06/10/06 00:43:40 (2 years 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
r1302 r1488 4 4 <pubDate><?php echo rss_item_date_with_format('r'); ?></pubDate> 5 5 <guid><?php echo rss_item_url(); ?></guid> 6 <?php if (rss_item_has_enclosure()) { ?> 7 <enclosure url="<?php echo rss_item_enclosure(); ?>" length="" type="" /> 8 <?php } ?> 6 9 <content:encoded><![CDATA[ <?php echo rss_item_content(); ?> ]]></content:encoded> 7 10 </item>
