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