$GLOBALS['formulaires_no_spam'][] = 'forum'; // function nospam_formulaire_charger($flux){ $form = $flux['args']['form']; if (in_array($form, $GLOBALS['formulaires_no_spam'])){ include_spip("inc/nospam"); $jeton = creer_jeton($form); $flux['data']['_hidden'] .= ""; } return $flux; }