// ajout d'un onglet sur la page de configuration de SPIP function plugin_ajouter_onglets($flux) { if ($flux['args'] == 'identifiant') { $flux['data']['identifiant_bouton'] = new Bouton( "mon/image.png", "titre de l'onglet", 'url' ); } return $flux; }