function theme_geshifield_textarea in GeSHi Filter for syntax highlighting 6
Theming function for the geshifield_textarea widget
File
- geshifield/
geshifield.module, line 175 - Defines a CCK field for source code with GeSHi syntax highlighting.
Code
function theme_geshifield_textarea($element) {
return theme('form_element', $element, $element['#children']);
}