You are here

function multiblock_theme in MultiBlock 6

Same name and namespace in other branches
  1. 7 multiblock.module \multiblock_theme()

Implementation of hook_theme().

File

./multiblock.module, line 292

Code

function multiblock_theme() {
  return array(
    'multiblock_general' => array(
      'arguments' => array(
        'add_block_form' => NULL,
        'multiblocks' => NULL,
      ),
    ),
  );
}