You are here

function theme_imceimage in Imce CCK Image 6

Same name and namespace in other branches
  1. 6.2 imceimage.module \theme_imceimage()

File

./imceimage.module, line 487

Code

function theme_imceimage($element) {
  return $element['#children'];
}