You are here

function oa_messages_theme_registry_alter in Open Atrium Core 7.2

Implements hook_theme_registry_alter().

File

modules/oa_messages/oa_messages.module, line 506

Code

function oa_messages_theme_registry_alter(&$theme_reg) {
  $theme_reg['htmlmail']['path'] = drupal_get_path('module', 'oa_messages') . '/templates';
  $theme_reg['htmlmail']['theme path'] = $theme_reg['htmlmail']['path'];
}