function theme_imagecache_autorotate_summary in ImageCache Actions 7
Same name and namespace in other branches
- 8 autorotate/imagecache_autorotate.module \theme_imagecache_autorotate_summary()
Implements theme_hook() for the autorotate effect summary.
param array $variables An associative array containing:
- data: The current configuration for this image effect.
Return value
string The HTML for the summary of this image effect.
File
- autorotate/
imagecache_autorotate.module, line 93 - Autorotate image based on EXIF Orientation tag.
Code
function theme_imagecache_autorotate_summary() {
return 'image based on its EXIF data.';
}