popsu-d7/sites/all/modules/imagecache_actions/imagecache_actions.module
Bachir Soussi Chiadmi 1bc61b12ad first import
2015-04-08 11:40:19 +02:00

22 lines
420 B
Plaintext

<?php
/**
* @file Home for the most basic imagecache_action routines.
*/
/**
* Implements hook_theme().
*/
function imagecache_actions_theme() {
return array(
'imagecacheactions_rgb_form' => array(
'file' => 'utility-color.inc',
'render element' => 'form',
),
'imagecacheactions_rgb' => array(
'file' => 'utility-color.inc',
'variables' => array('rgb' => NULL),
),
);
}