function closeblock_init in Close Block 6
Same name and namespace in other branches
- 7 closeblock.module \closeblock_init()
Implements hook_init().
File
- ./
closeblock.module, line 30 - Add close button to blocks.
Code
function closeblock_init() {
closeblock_initialization();
}