AlkantarClanX12
| Current Path : /var/www/clients/client1/web1/web/sites/all/modules/ctools/term_depth/ |
| Current File : /var/www/clients/client1/web1/web/sites/all/modules/ctools/term_depth/term_depth.module |
<?php
function term_depth_ctools_plugin_directory($owner, $plugin) {
if ($owner == 'ctools' && $plugin == 'access') {
return 'plugins/' . $plugin;
}
}