function tft_block_info in Taxonomy File Tree 7.2
Same name and namespace in other branches
- 7 tft.module \tft_block_info()
Implements hook_block_info().
Related topics
File
- ./
tft.module, line 141 - Hook implementations and module logic for TFT.
Code
function tft_block_info() {
return array(
'tft_file_tree' => array(
'info' => 'TFT file explorer',
),
);
}