term_depth.module 160 Bytes edit raw blame history 1 2 3 4 5 6 7 <?php function term_depth_ctools_plugin_directory($owner, $plugin) { if ($owner == 'ctools' && $plugin == 'access') { return 'plugins/' . $plugin; } }