2015-04-26 18:38:56 +02:00

8 lines
160 B
Plaintext

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