1.20.x 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

modules/image/image.theme.inc, line 321
Theme functions for the Image module.

Code

function theme_image_crop_summary($variables) {
  return theme('image_resize_summary', $variables);
}