You are here

function theme_focal_point_image_crop_summary in Focal Point 7

Replacement for the standard theme_image_crop_summary function.

See also

theme_image_crop_summary()

File

./focal_point.theme.inc, line 83
Theme functions defined by focal_point.

Code

function theme_focal_point_image_crop_summary($variables) {
  return theme('focal_point_image_resize_summary', $variables);
}