function cumulus_theme in Cumulus 6
Same name and namespace in other branches
- 7 cumulus.module \cumulus_theme()
Implementation for hook_theme().
File
- ./
cumulus.module, line 120 - The brain of Cumulus.
Code
function cumulus_theme() {
return array(
'cumulus_weighted' => array(
'arguments' => array(
'terms' => NULL,
),
),
);
}