function theme_imagecrop_reuse in Image javascript crop 6
Same name and namespace in other branches
- 7 includes/imagecrop.theme.inc \theme_imagecrop_reuse()
Theme the description of current reüse settings.
File
- ./
imagecrop_actions.inc, line 318 - Imagecache actions implementation.
Code
function theme_imagecrop_reuse($element) {
$data = $element['#value'];
$description = $data['imagecrop_presetname'];
return $description;
}