You are here

function theme_sheetfield_spreadsheet in Sheetnode 6

Same name and namespace in other branches
  1. 5 sheetnode.module \theme_sheetfield_spreadsheet()

Theme function for sheetfield_spreadsheet element.

File

./sheetnode.module, line 828

Code

function theme_sheetfield_spreadsheet($element) {
  return theme('form_element', $element, $element['#children']);
}