You are here

function theme_smartcrop_crop in Smart Crop 6

Theme a cropped image.

File

./smartcrop_actions.inc, line 44
Imagecache actions.

Code

function theme_smartcrop_crop($element) {
  module_load_include('inc', 'imagecache', 'imagecache_actions');
  return theme_imagecache_resize($element);
}