1 image.theme.inc | theme_image_crop_summary($variables) |
Returns HTML for a summary of an image crop effect.
Parameters
$variables: An associative array containing:
- data: The current configuration for this crop effect.
Related topics
File
- core/
modules/ image/ image.theme.inc, line 318 - Theme functions for the Image module.
Code
function theme_image_crop_summary($variables) {
return theme('image_resize_summary', $variables);
}