You are here

function vud_ctools_plugin_type in Vote Up/Down 7

Same name and namespace in other branches
  1. 7.2 vud.theme.inc \vud_ctools_plugin_type()

Implements hook_ctools_plugin_type().

File

./vud.theme.inc, line 16
Theme functions

Code

function vud_ctools_plugin_type() {
  return array(
    'widgets' => array(
      'process' => 'vud_width_plugin_defaults',
      // Themes can offer this plugin.
      'load themes' => TRUE,
      'cache' => FALSE,
    ),
  );
}