Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

<h1>Résultats trouvés : <?=$nbreTaxons?></h1>
<ol>
        <? foreach ($taxons as $id => $taxon) : ?>
        <li>
                <a href="#">
                <?php print_r($taxon); ?>
                </a>
        </li>
        <? endforeach; ?>
</ol>