function theme_block
6.x theme.php | theme_block() |
Implemented using the block.tpl.php template.
See also
Related topics
1 theme call to theme_block()
- theme_blocks in drupal-6.x/
includes/ theme.inc - Return a set of blocks available for the current user.
File
- documentation-6.x/
developer/ theme.php, line 316 - Shadow theme functions for theme templates.
Code
function theme_block() {
// This function is never used; see the corresponding template file instead.
}