commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / ctools / term_depth / term_depth.module
1 <?php
2
3 function term_depth_ctools_plugin_directory($owner, $plugin) {
4 if ($owner == 'ctools' && $plugin == 'access') {
5 return 'plugins/' . $plugin;
6 }
7 }