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

jhodgdon’s picture

Project: Documentation » Drupal core
Version: » 6.x-dev
Component: New documentation » documentation
Category: feature » support
Status: Active » Fixed

There is no theme_block() function. theme('block') is implemented in the block.tpl.php template file.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.