imagecache_actions.module in ImageCache Actions 7
Same filename and directory in other branches
Home for the most basic imagecache_action routines.
File
imagecache_actions.moduleView source
<?php
/**
* @file Home for the most basic imagecache_action routines.
*/
/**
* Implements hook_theme().
*/
function imagecache_actions_theme() {
return array(
'imagecacheactions_rgb' => array(
'file' => 'utility-color.inc',
'variables' => array(
'rgb' => NULL,
),
),
);
}
Functions
Name | Description |
---|---|
imagecache_actions_theme | Implements hook_theme(). |