// pipeline for the display of content // to delete the CFG parameters from the form function cfg_editer_contenu_formulaire_cfg($flux){ $flux['data'] = preg_replace('/(/sim', '', $flux['data']); $flux['data'] .= $flux['args']['ajouter']; return $flux; }