You are here

function theme_sheetfield_spreadsheet in Sheetnode 5

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

File

./sheetnode.module, line 562

Code

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