You are here

function tft_theme in Taxonomy File Tree 8

Same name and namespace in other branches
  1. 7.2 tft.module \tft_theme()
  2. 7 tft.module \tft_theme()
  3. 3.x tft.module \tft_theme()

Implements hook_theme().

File

./tft.module, line 513
Contains tft.module.

Code

function tft_theme() {
  return [
    'tft_folder_explorer' => [
      'variables' => [
        'folders' => NULL,
        'link' => NULL,
      ],
    ],
    'tft_folder_menu' => [
      'variables' => [
        'name' => NULL,
        'ops_links' => NULL,
      ],
    ],
  ];
}