5 * Procédures à exécuter à l'installation de cette feature.
9 * Implements hook_install().
11 * Supprimer les profils Ckeditor par défaut.
13 function arthrocoach_textformats_install() {
14 module_load_include('inc', 'ckeditor', '/includes/ckeditor.admin');
15 ckeditor_profile_delete('Advanced');
16 ckeditor_profile_delete('Full');