// afficher le lien "Convertir en page" du plugin énponyme uniquement pour les admins complets function dede_ccas_boite_infos($flux){ if ($flux['args']['type'] == 'article' AND !autoriser('configurer')) { $cherche = "/]*class=('|\")icone s24 horizontale page-24.*?<\/span>/is"; if (preg_match($cherche,$flux['data'])) $flux['data'] = preg_replace($cherche,'', $flux['data']); } return $flux; }