You are here

function imagefield_crop_file_admin_crop_display_path in Imagefield Crop 6

7 calls to imagefield_crop_file_admin_crop_display_path()
imagefield_crop_file_admin_original_path in ./imagefield_crop_file.inc
imagefield_crop_file_delete in ./imagefield_crop_file.inc
imagefield_crop_file_insert in ./imagefield_crop_file.inc
@file hook_file and imagefield_crop file functions.
imagefield_crop_widget_process in ./imagefield_crop_widget.inc
theme_imagefield_crop_formatter_image_uncroplink in ./imagefield_crop_formatter.inc

... See full list

File

./imagefield_crop_file.inc, line 36
hook_file and imagefield_crop file functions.

Code

function imagefield_crop_file_admin_crop_display_path($file) {
  $file = (object) $file;
  return $file->filepath . '.crop_display.jpg';
}