I was looking at theme_blocks and see "$output .= theme('block', $block);" which would indicate that there is a theme_block somewhere, but it is not in the API.
I was looking at theme_blocks and see "$output .= theme('block', $block);" which would indicate that there is a theme_block somewhere, but it is not in the API.
Comments
Comment #1
jhodgdonThere is no theme_block() function. theme('block') is implemented in the block.tpl.php template file.