Projet

Général

Profil

Révision 05237dd8

Ajouté par Assos Assos il y a presque 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/imce/imce.module
46 46
  return $items;
47 47
}
48 48

  
49
/**
50
 * Implements hook_admin_paths().
51
 */
52
function imce_admin_paths() {
53
  if (variable_get('imce_settings_admin_theme', FALSE)) {
54
    return array(
55
      'imce' => TRUE,
56
      'imce/*' => TRUE,
57
      'file/imce/*' => TRUE,
58
      'imce-filefield/*' => TRUE,
59
    );
60
  }
61
}
62

  
49 63
/**
50 64
 * Implements hook_permission().
51 65
 */

Formats disponibles : Unified diff