image_theme()
Implements hook_theme().
File
core/modules/image/image.module, line 103 Exposes global functionality for creating image styles.
Code
function image_theme() {
return array(
// Theme functions in image.module.
'image_style' => array(
// HTML 4 and XHTML 1.0 always require an alt attribute. The HTML 5 draft
// allows the alt attribute to be omitted in some cases. Therefore,
// default the alt attribute to an empty string, but allow code using
//