Subversion Repositories Applications.referentiel

Rev

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

Rev Author Line No. Line
195 jpm 1
<?php if (!isset($nom_infos['exclure_taxref']) || $nom_infos['exclure_taxref'] != '1') :
2
	foreach ($champs_partiel as $champ) :
3
		echo $nom_infos[$champ];
4
		echo ($dernier_champ == $champ) ? "\n" : "\t";
5
	endforeach;
6
endif; ?>