You are here

function theme_barcode in Barcode 6.2

Theme function for the barcode element.

File

./barcode.module, line 74

Code

function theme_barcode($element) {
  return theme('textfield', $element);
}