type
) , the object identifier (id
) and the compilation context (the contexte
table) using the args
table
-* the HTML code in the data
keytype
) , the object identifier (id
) and the compilation context (the contexte
table) using the args
table
-* the HTML code in the data
keyfunction openid_editer_contenu_objet($flux){
if ($flux['args']['type']=='auteur') {
$openid = recuperer_fond('formulaires/inc-openid', $flux['args']['contexte']);
$flux['data'] = preg_replace('%(<li class="editer_email(.*?)</li>)%is', '<!--extra-->'."\n".$openid, $flux['data']);
}
return $flux;
}
Author Published : 18/02/10 Updated : 31/05/10
Translations : English, français