You are here

function theme_insert_block_block in Insert Block 5

1 theme call to theme_insert_block_block()
_insert_block_substitute_tags in ./insert_block.module

File

./insert_block.module, line 68

Code

function theme_insert_block_block($block) {
  return $block['content'];
}