You are here

function commons_events_solr_theme_registry_alter in Drupal Commons 7.3

Implements hook_theme_registry_alter().

File

modules/commons/commons_events/modules/commons_events_solr/commons_events_solr.module, line 232

Code

function commons_events_solr_theme_registry_alter(&$registry) {
  $registry['apachesolr_search_noresults']['function'] = 'commons_events_solr_apachesolr_search_noresults';
}