function tft_block_info in Taxonomy File Tree 7
Same name and namespace in other branches
- 7.2 tft.module \tft_block_info()
File
- ./tft.module, line 201 
- Module hooks.
Code
function tft_block_info() {
  return array(
    'tft_file_tree' => array(
      'info' => 'TFT file explorer',
    ),
  );
}