|
Revision 314, 498 bytes
(checked in by aarkerio, 7 months ago)
|
|
rename views
|
| Line | |
|---|
| 1 | <?php echo '<?xml version="1.0" encoding="UTF-8"?>' ?> |
|---|
| 2 | <!-- generator="Karamelo 0.1" --> |
|---|
| 3 | <rss version="2.0" |
|---|
| 4 | xmlns:content="http://purl.org/rss/1.0/modules/content/" |
|---|
| 5 | xmlns:wfw="http://wellformedweb.org/CommentAPI/" |
|---|
| 6 | xmlns:dc="http://purl.org/dc/elements/1.1/" |
|---|
| 7 | xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" |
|---|
| 8 | xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0" |
|---|
| 9 | xmlns:media="http://search.yahoo.com/mrss/" |
|---|
| 10 | > |
|---|
| 11 | |
|---|
| 12 | <?php echo $content_for_layout ?> |
|---|
| 13 | |
|---|
| 14 | </channel> |
|---|
| 15 | </rss> |
|---|