function closeblock_theme in Close Block 7
Same name and namespace in other branches
- 8 closeblock.module \closeblock_theme()
- 6 closeblock.module \closeblock_theme()
Implements hook_theme().
File
- ./
closeblock.module, line 59 - Add close button to blocks.
Code
function closeblock_theme($existing, $type, $theme, $path) {
return array(
'closeblock_block_id' => array(
'path' => $path . '/theme',
'file' => 'closeblock.theme.inc',
),
);
}