Subversion Repositories eFlore/Applications.del

Rev

Rev 1661 | Blame | Compare with Previous | 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="DEL">
                        <?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>