function theme_image_crop_summary

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.admin.inc, line 923

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.