Same name and namespace in other branches
  1. 4.6.x includes/theme.inc \theme_block()
  2. 4.7.x includes/theme.inc \theme_block()
  3. 5.x includes/theme.inc \theme_block()

Implemented using the block.tpl.php template.

See also

block.tpl.php

Related topics

1 theme call to theme_block()
theme_blocks in includes/theme.inc
Return a set of blocks available for the current user.

File

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.
}