Subversion Repositories eFlore/Applications.del

Rev

Rev 1233 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1233 Rev 1317
Line 14... Line 14...
14
		  <? if (isset($item['lien'])) : ?>
14
		  <? if (isset($item['lien'])) : ?>
15
		  <link><?=$item['lien']?></link>
15
		  <link><?=$item['lien']?></link>
16
		  <? endif; ?>
16
		  <? endif; ?>
17
		  <description><?=$item['description_encodee']?></description>
17
		  <description><?=$item['description_encodee']?></description>
18
		  <category><?= $item['categorie'] ?></category>
18
		  <category><?= $item['categorie'] ?></category>
-
 
19
		  <author><?=$item['modifier_par']?></author>
19
		  <pubDate><?=$item['date_maj_RSS']?></pubDate>
20
		  <pubDate><?=$item['date_maj_RSS']?></pubDate>
20
		</item>
21
		</item>
21
		<?php endforeach; ?>
22
		<?php endforeach; ?>
22
		<?php endif; ?>
23
		<?php endif; ?>