| 6 theme.php | theme_block_admin_display_form() |
| 7 theme.php | theme_block_admin_display_form($variables) |
| 8 theme.php | theme_block_admin_display_form($variables) |
Implemented using the block-admin-display-form.tpl.php template.
See also
block-admin-display-form.tpl.php
Related topics
File
- developer/
theme.php, line 72 - Shadow theme functions for theme templates.
Code
function theme_block_admin_display_form($variables) {
// This function is never used; see the corresponding template file instead.
}
Login or register to post comments