You are here

function menu_token_theme in Menu Token 6

Same name and namespace in other branches
  1. 7 menu_token.module \menu_token_theme()

Implementation of hook_theme().

File

./menu_token.module, line 56

Code

function menu_token_theme() {
  return array(
    'menu_token_uses_tokens' => array(),
  );
}