EclipseGc

Untitled

May 9th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. function my_module_ctools_plugin_directory($owner, $type) {
  4.   if ($owner == 'ctools') {
  5.     return "plugins/$type";
  6.   }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment