You are here

function theme_imceimage_formatter_url in Imce CCK Image 6

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

displays the image as a url

File

./imceimage.module, line 375

Code

function theme_imceimage_formatter_url($element) {
  $item = $element['#item'];
  return $item['imceimage_path'];
}