function tagclouds_theme in TagCloud 7
Same name and namespace in other branches
- 8 tagclouds.module \tagclouds_theme()
- 2.0.x tagclouds.module \tagclouds_theme()
- 1.0.x tagclouds.module \tagclouds_theme()
Implements hook_theme().
File
- ./
tagclouds.module, line 595
Code
function tagclouds_theme() {
return array(
'tagclouds_list_box' => array(
'arguments' => array(
'vocabulary' => NULL,
'tags' => NULL,
),
),
'tagclouds_weighted' => array(
'arguments' => array(
'terms' => array(),
),
),
);
}