function 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.
Archivo
- documentation-6.x/
developer/ theme.php, line 316 - Shadow theme functions for theme templates.
Código
function theme_block() {
// This function is never used; see the corresponding template file instead.
}