//mes_fonctions.php function supprimer_previsu($flux){ if($flux['args']['form'] === 'forum') unset($flux['data']['previsu']); return $flux; }