function seo_ajouter_onglets($flux){ if ($flux['args'] == 'configuration') and autoriser('configurer', 'seo')) { $flux['data']['seo'] = new Bouton( _DIR_PLUGIN_SEO . "img_pack/seo-24.png", _T("seo:seo"), generer_url_ecrire('seo_config') ); } return $flux; }