You are here

plain.inc in Vote Up/Down 7.2

Plain VUD Widget.

File

widgets/plain/plain.inc
View source
<?php

/**
 * @file
 * Plain VUD Widget.
 */

/**
 * Plugin decleration.
 */
$plugin = array(
  'title' => t('Plain'),
  'widget template' => 'widget',
  'votes template' => 'votes',
);