You are here

function closeblock_init in Close Block 7

Same name and namespace in other branches
  1. 6 closeblock.module \closeblock_init()

Implements hook_init().

File

./closeblock.module, line 36
Add close button to blocks.

Code

function closeblock_init() {
  closeblock_initialization();
}