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 20... Line 20...
20
		<title><?=$item['titre']?></title>
20
		<title><?=$item['titre']?></title>
21
		<? if (isset($item['lien'])) : ?>
21
		<? if (isset($item['lien'])) : ?>
22
		<link href="<?=$item['lien']?>"/>
22
		<link href="<?=$item['lien']?>"/>
23
		<? endif; ?>
23
		<? endif; ?>
24
		<updated><?=$item['date_maj_ATOM']?></updated>
24
		<updated><?=$item['date_maj_ATOM']?></updated>
-
 
25
		<published><?=$item['date_maj_ATOM']?></published>
25
		<author><name><?=$item['modifier_par']?></name></author>
26
		<author><name><?=$item['modifier_par']?></name></author>
26
		<content type="xhtml" xml:lang="fr">
27
		<content type="xhtml" xml:lang="fr">
27
			<div xmlns="http://www.w3.org/1999/xhtml">
28
			<div xmlns="http://www.w3.org/1999/xhtml">
28
				<?=$item['description'];?>
29
				<?=$item['description'];?>
29
			</div>
30
			</div>