You are here

function theme_imceimage_formatter_url in Imce CCK Image 6.2

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

Display the image as a url.

File

./imceimage.module, line 393

Code

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