You are here

function cumulus_theme in Cumulus 7

Same name and namespace in other branches
  1. 6 cumulus.module \cumulus_theme()

Implements hook_theme().

File

./cumulus.module, line 183
The brain of Cumulus.

Code

function cumulus_theme() {
  return array(
    'cumulus_weighted' => array(
      'variables' => array(
        'terms' => NULL,
        'config' => cumulus_default_config(),
      ),
    ),
  );
}