You are here

term_depth.module in Chaos Tool Suite (ctools) 7

File

term_depth/term_depth.module
View source
<?php

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

Functions