popsu-d7/sites/all/modules/imagecache_actions/imagecache_actions.module
2018-03-21 17:06:08 +01:00

18 lines
299 B
Plaintext

<?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),
),
);
}