term_depth.module 178 B

1234567891011
  1. <?php
  2. /**
  3. * @file
  4. */
  5. function term_depth_ctools_plugin_directory($owner, $plugin) {
  6. if ($owner == 'ctools' && $plugin == 'access') {
  7. return 'plugins/' . $plugin;
  8. }
  9. }