'; function afficherAttributsBody() { global $_GEN_commun; $html = ""; if(!isset($_GEN_commun['attributs_body'])) return; foreach($_GEN_commun['attributs_body'] as $attribut => $valeur) { $html .= " ".$attribut.'="'.$valeur .'"'; } return($html); } ?>