Subversion Repositories eFlore/Applications.cel

Rev

Rev 506 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 506 Rev 528
Line 1... Line 1...
1
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n";?>
1
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n";?>
2
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
2
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3
	<channel>
3
	<channel>
4
		<title><?=$titre?></title>
4
		<title><?=$titre?></title>
5
		<link><?=$lien?></link>
5
		<link><?=$lien_cel?></link>
6
		<atom:link href="<?=$lien_service?>" rel="self" type="application/rss+xml" />
6
		<atom:link href="<?=$lien_service?>" rel="self" type="application/rss+xml" />
7
		<description><?=$description?></description>
7
		<description><?=$description?></description>
Line 8... Line 8...
8
		
8
		
9
		<?php if (isset($items)) : ?>
9
		<?php if (isset($items)) : ?>