You are here

imagecache_actions.module in ImageCache Actions 8

Same filename and directory in other branches
  1. 6.2 imagecache_actions.module
  2. 7 imagecache_actions.module

Home for the most basic imagecache_action routines.

File

imagecache_actions.module
View 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

Namesort descending Description
imagecache_actions_theme Implements hook_theme().