function theme_insert_block_block in Insert Block 5
1 theme call to theme_insert_block_block()
File
- ./
insert_block.module, line 68
Code
function theme_insert_block_block($block) {
return $block['content'];
}
function theme_insert_block_block($block) {
return $block['content'];
}