Projet

Général

Profil

Paste
Télécharger (178 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ctools / term_depth / term_depth.module @ 6e3ce7c2

1
<?php
2

    
3
/**
4
 * @file
5
 */
6

    
7
function term_depth_ctools_plugin_directory($owner, $plugin) {
8
  if ($owner == 'ctools' && $plugin == 'access') {
9
    return 'plugins/' . $plugin;
10
  }
11
}