Subversion Repositories Applications.papyrus

Rev

Rev 1584 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1584 Rev 1586
Line 41... Line 41...
41
function afficherAttributsBody()
41
function afficherAttributsBody()
42
{
42
{
43
	global $_GEN_commun;
43
	global $_GEN_commun;
Line 44... Line 44...
44
 
44
 
-
 
45
	$html = "";
-
 
46
	if(!isset($_GEN_commun['attributs_body']))
45
	$html = "";
47
		return;
46
	foreach($_GEN_commun['attributs_body'] as $attribut => $valeur)
48
	foreach($_GEN_commun['attributs_body'] as $attribut => $valeur)
47
	{
49
	{
48
		$html .= " ".$attribut.'="'.$valeur .'"';	 
50
		$html .= " ".$attribut.'="'.$valeur .'"';	 
49
	}
51
	}