[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?xml version="1.0"?> 2 <rss version="2.0"> 3 <channel> 4 <title>{$sitename|escape}</title> 5 <link>{$root_url}</link> 6 <description>Current News entries</description> 7 {foreach from=$items item=entry} 8 <item> 9 <title><![CDATA[{$entry->title}]]></title> 10 <link>{$entry->link}</link> 11 <guid>{$entry->link}</guid> 12 <pubDate>{$entry->gmdate}</pubDate> 13 <category><![CDATA[{$entry->category}]]></category> 14 <description><![CDATA[{eval var=$entry->strippedsummary} 15 {eval var=$entry->strippedcontent}]]></description> 16 </item> 17 {/foreach} 18 </channel> 19 </rss>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |