Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 416 → Rev 506

/trunk/jrest/services/squelettes/rss2.tpl.xml
11,7 → 11,9
<item>
<guid><?=$item['guid']?></guid>
<title><?=$item['titre']?></title>
<? if (isset($item['lien'])) : ?>
<link><?=$item['lien']?></link>
<? endif; ?>
<description><?=$item['description_encodee']?></description>
<category><?= $item['categorie'] ?></category>
<pubDate><?=$item['date_maj_RSS']?></pubDate>