Subversion Repositories Applications.referentiel

Rev

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

<?php if (!isset($nom_infos['exclure_taxref']) || $nom_infos['exclure_taxref'] != '1') :
        foreach ($champs_partiel as $champ) : 
                echo $nom_infos[$champ];
                echo ($dernier_champ == $champ) ? "\n" : "\t";
        endforeach;
endif; ?>