Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / term_depth / term_depth.module @ e4c061ad

1
<?php
2

    
3
function term_depth_ctools_plugin_directory($owner, $plugin) {
4
  if ($owner == 'ctools' && $plugin == 'access') {
5
    return 'plugins/' . $plugin;
6
  }
7
}