? plugins
Index: nodeformcols.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodeformcols/nodeformcols.module,v
retrieving revision 1.6
diff -u -p -r1.6 nodeformcols.module
--- nodeformcols.module	20 Jul 2009 13:37:16 -0000	1.6
+++ nodeformcols.module	18 Sep 2009 10:51:48 -0000
@@ -44,6 +44,15 @@ function nodeformcols_menu() {
   return $items;
 }
 
+/**
+ * Implementation of hook_ctools_plugin_directory().
+ */
+function nodeformcols_ctools_plugin_directory($module, $plugin) {
+  if ($module == 'ctools') {
+    return 'plugins/' . $plugin;
+  }
+}
+
 function nodeformcols_form_regions() {
   return array(
     'main' => t('Main column'),
