[ Index ] |
|
Code source de Serendipity 1.2 |
1 <?xml version="1.0" encoding="utf-8" ?> 2 3 <rss version="0.91" <?= $GLOBALS['tpl']['namespace_display_dat'] ?>> 4 <channel> 5 <title><?= $GLOBALS['tpl']['metadata']['title'] ?></title> 6 <link><?= $GLOBALS['tpl']['metadata']['link'] ?></link> 7 <description><?= $GLOBALS['tpl']['metadata']['description'] ?></description> 8 <language><?= $GLOBALS['tpl']['metadata']['language'] ?></language> 9 <?= $GLOBALS['tpl']['metadata']['additional_fields']['image'] ?> 10 11 {foreach from=$entries item="entry"} 12 <item> 13 <title><?= $entry['feed_title'] ?></title> 14 <link><?= $entry['feed_entryLink'] ?></link> 15 16 {if !empty($entry.body)} 17 <description> 18 {$entry.feed_body|@escape} {$entry.feed_ext|@escape} 19 </description> 20 {/if} 21 </item> 22 {/foreach} 23 24 </channel> 25 </rss> 26
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |