function smartcrop_crop_form in Smart Crop 6
Build the settings form.
File
- ./
smartcrop_actions.inc, line 36 - Imagecache actions.
Code
function smartcrop_crop_form($data = array()) {
module_load_include('inc', 'imagecache', 'imagecache_actions');
return imagecache_resize_form($data);
}