term_depth.module 160 Bytes
<?php

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