You are here

function theme_smartcrop_scale_and_crop in Smart Crop 6

Theme a cropped image.

File

./smartcrop_actions.inc, line 19
Imagecache actions.

Code

function theme_smartcrop_scale_and_crop($element) {
  module_load_include('inc', 'imagecache', 'imagecache_actions');
  return theme_imagecache_scale($element);
}