You are here

function theme_imagecache_brightness in ImageCache Actions 5.2

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

Implementation of theme_hook() for imagecache_ui.module

File

./imagecache_coloractions.module, line 131

Code

function theme_imagecache_brightness($element) {
  return t("Adjust") . " : " . $element['#value']['filter_arg1'];
}