You are here

function og_colors_info in Colors 7

Implements hook_colors_info().

File

includes/og.colors.inc, line 11
Provides Color integration on behalf of og.module.

Code

function og_colors_info() {
  return array(
    'og' => array(
      'title' => 'Organic groups',
      'short_description' => t('Enable colors for organic groups'),
      'long_description' => t('Colors for organic groups. If enabled, you may set colors for each node type below.'),
      'function' => '_colors_og_callback',
    ),
  );
}