Subversion Repositories eFlore/Applications.del

Rev

Rev 1047 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1047 aurelien 1
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n";?>
2
<opml version="1.0">
3
	<head>
4
		<text/>
5
	</head>
6
	<body>
7
		<outline text="DEL">
8
		<?php foreach ($liste_flux as $flux) : ?>
9
			<outline title="<?=$flux['titre']?>"
10
				description="<?=$flux['description']?>"
11
				htmlUrl="<?=$flux['url_html']?>"
12
				xmlUrl="<?=$flux['url_xml']?>"
13
				type="<?=$flux['type']?>"
14
				text="<?=$flux['texte']?>"/>
15
		<?php endforeach; ?>
16
		</outline>
17
	</body>
18
</opml>