function theme_image_crop_summary

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.admin.inc, line 909
Administration pages for image settings.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!image!image.admin.inc/function/theme_image_crop_summary/7.x