You are here

function oa_appearance_theme in Open Atrium Appearance 7.2

Implements hook_theme()

File

./oa_appearance.module, line 66
Provides integration between Open Atrium and Colorizer module

Code

function oa_appearance_theme() {
  return array(
    'oa_space_banner' => array(
      'template' => 'oa-space-banner',
      'arguments' => array(),
      'path' => drupal_get_path('module', 'oa_appearance') . '/templates',
    ),
  );
}