You are here

function vud_ctools_plugin_widgets in Vote Up/Down 6.2

Same name and namespace in other branches
  1. 6.3 vud.theme.inc \vud_ctools_plugin_widgets()

Implementation of hook_ctools_plugin_*.

Give information to CTools about the widgets plugin.

File

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

Code

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