You are here

function theme_imceimage in Imce CCK Image 6.2

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

File

./imceimage.module, line 513

Code

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