You are here

function hds_theme_registry_alter in Heartbeat 6.4

Implementation of hook_registry_alter().

File

modules/hds/hds.module, line 45
Heartbeat displays module.

Code

function hds_theme_registry_alter(&$registry) {
  $path = drupal_get_path('module', 'hds');
  array_unshift($registry['heartbeat_message_row']['theme paths'], $path);
}