You are here

function token_insert_theme in Token Insert 7.2

Implements hook_theme().

File

./token_insert.module, line 35
wysiwyg plugin hook.

Code

function token_insert_theme() {
  $info['token_insert_tree'] = array(
    'variables' => array(),
  );
  return $info;
}