You are here

function theme_imagecache_convert in ImageCache Actions 5.2

Same name and namespace in other branches
  1. 5.3 imagecache_coloractions.module \theme_imagecache_convert()
  2. 6.2 coloractions/imagecache_coloractions.module \theme_imagecache_convert()
  3. 6 imagecache_coloractions.module \theme_imagecache_convert()

Implementation of theme_hook() for imagecache_ui.module

File

./imagecache_coloractions.module, line 244

Code

function theme_imagecache_convert($element) {
  $formats = imagecache_file_formats();
  return t("Convert to") . " : " . $formats[$element['#value']['format']];
}