summaryrefslogtreecommitdiff
path: root/sites/all/modules/ctools/term_depth/term_depth.module
blob: 10f9e3194dc933ebcd2f84b6d022109d82e8390e (plain)
1
2
3
4
5
6
7
<?php

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