function tagadelic_theme in Tagadelic 6
Same name and namespace in other branches
- 8.3 tagadelic.module \tagadelic_theme()
- 7 tagadelic.module \tagadelic_theme()
Implements hook_theme().
File
- ./
tagadelic.module, line 510
Code
function tagadelic_theme() {
return array(
'tagadelic_list_box' => array(
'arguments' => array(
'vocabulary' => NULL,
'tags' => NULL,
),
),
'tagadelic_more' => array(
'arguments' => array(
'vid' => NULL,
),
),
'tagadelic_weighted' => array(
'arguments' => array(
'terms' => NULL,
),
),
'tagadelic_list_vocs' => array(
'arguments' => array(
'vid' => NULL,
),
),
);
}