theme_block

5 theme.inc theme_block($block)
6 theme.php theme_block()
7 theme.php theme_block($variables)
8 theme.php theme_block($variables)

Implemented using the block.tpl.php template.

See also

block.tpl.php

Related topics

4 theme calls to theme_block()

File

developer/theme.php, line 81
Shadow theme functions for theme templates.

Code

function theme_block($variables) {
  // This function is never used; see the corresponding template file instead.
}
Login or register to post comments