function imagecache_ui_theme in ImageCache 6.2
Implementation of hook_theme().
File
- ./
imagecache_ui.module, line 150
Code
function imagecache_ui_theme() {
return array(
'imagecache_ui_preset_actions' => array(
'arguments' => array(
'form' => NULL,
),
'file' => 'imagecache_ui.pages.inc',
),
);
}