<lastBuildDate>{if $items->valid()}{'r'|gmdate:$items->current()->getTime()}{else}{'r'|gmdate:TIME_NOW}{/if}</lastBuildDate>
<ttl>60</ttl>
<generator><![CDATA[WoltLab Community Framework{if SHOW_VERSION_NUMBER} {@WCF_VERSION}{/if}]]></generator>
- <atom:link href="{$__wcf->getRequestURI()}" rel="self" type="application/rss+xml" />
+ <atom:link href="{$__wcf->getRequestURI()}" rel="self" type="application/rss+xml" />{*
+ *}{event name='channelFields'}
{* *}{foreach from=$items item='item'}
<item>
<title><![CDATA[{@$item->getTitle()|escapeCDATA}]]></title>
<category><![CDATA[{@$category|escapeCDATA}]]></category>
{/foreach}
{hascontent}<content:encoded><![CDATA[{content}{@$item->getFormattedMessage()|escapeCDATA}{/content}]]></content:encoded>{/hascontent}
- <slash:comments><![CDATA[{@$item->getComments()|escapeCDATA}]]></slash:comments>
+ <slash:comments><![CDATA[{@$item->getComments()|escapeCDATA}]]></slash:comments>{*
+ *}{event name='itemFields'}
</item>
{* *}{/foreach}
</channel>