Skip to content
uc_ctools_example.module 323 B
Newer Older
howard ge's avatar
howard ge committed
<?php

/**
 * @file
 * Example of leveraging Ctools plugin in Ubercart.
 */

/**
 * Implementation of hook_ctools_plugin_directory().
 */
howard ge's avatar
howard ge committed
function uc_ctools_example_ctools_plugin_directory($module, $plugin) {
  //drupal_set_message('123456');
howard ge's avatar
howard ge committed
  if ($module == 'uc_ctools') {
howard ge's avatar
howard ge committed
    return 'plugins/ubercart/' . $plugin;