function imagecache_actions_theme in ImageCache Actions 8
Same name and namespace in other branches
- 6.2 imagecache_actions.module \imagecache_actions_theme()
- 7 imagecache_actions.module \imagecache_actions_theme()
Implements hook_theme().
File
- ./
imagecache_actions.module, line 10 - Home for the most basic imagecache_action routines.
Code
function imagecache_actions_theme() {
return array(
'imagecacheactions_rgb' => array(
'file' => 'utility-color.inc',
'variables' => array(
'rgb' => NULL,
),
),
);
}