function theme_block_admin_display_form

Implemented using the block-admin-display-form.tpl.php template.

See also

block-admin-display-form.tpl.php

Related topics

Archivo

documentation-6.x/developer/theme.php, line 73
Shadow theme functions for theme templates.

Código

function theme_block_admin_display_form() {
  // This function is never used; see the corresponding template file instead.
}