8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
<?php
|
|
|
|
function term_depth_ctools_plugin_directory($owner, $plugin) {
|
|
if ($owner == 'ctools' && $plugin == 'access') {
|
|
return 'plugins/' . $plugin;
|
|
}
|
|
}
|