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