You are here

function vud_plain_vud_widgets in Vote Up/Down 6.2

Same name and namespace in other branches
  1. 6.3 widgets/plain/plain.inc \vud_plain_vud_widgets()

Implementation of hook_vud_widgets(). (Specialized)

File

widgets/plain/plain.inc, line 11
Plain VUD Widget.

Code

function vud_plain_vud_widgets() {
  return array(
    'title' => t('Plain'),
    'widget template' => 'widget',
    'votes template' => 'votes',
  );
}