Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2010 at 21:08 UTC
Updated:
11 Mar 2010 at 21:00 UTC
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.