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