Subversion Repositories eFlore/Applications.cel

Rev

Blame | Last modification | View Log | RSS feed

<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n";?>
<opml version="1.0">
        <head>
                <text/>
        </head>
        <body>
                <outline text="CEL">
                <?php foreach ($liste_flux as $flux) : ?>     
                        <outline title="<?=$flux['titre']?>" 
                                description="<?=$flux['description']?>" 
                                htmlUrl="<?=$flux['url_html']?>" 
                                xmlUrl="<?=$flux['url_xml']?>" 
                                type="<?=$flux['type']?>" 
                                text="<?=$flux['texte']?>"/>
                <?php endforeach; ?>
                </outline>
        </body>
</opml>