You are here

function tagadelic_theme in Tagadelic 7

Same name and namespace in other branches
  1. 8.3 tagadelic.module \tagadelic_theme()
  2. 6 tagadelic.module \tagadelic_theme()

Implements hook_theme().

File

./tagadelic.module, line 416

Code

function tagadelic_theme() {
  return array(
    'tagadelic_list_box' => array(
      'arguments' => array(
        'vocabulary' => NULL,
        'tags' => NULL,
      ),
    ),
    'tagadelic_weighted' => array(
      'arguments' => array(
        'terms' => array(),
      ),
    ),
  );
}