You are here

function hansel_theme_registry_alter in Hansel breadcrumbs 7

Same name and namespace in other branches
  1. 8 hansel.module \hansel_theme_registry_alter()

Implements hook_theme_registry_alter().

File

./hansel.module, line 34
Hansel module

Code

function hansel_theme_registry_alter(&$theme_registry) {
  $theme_registry['breadcrumb_original'] = $theme_registry['breadcrumb'];
  $theme_registry['breadcrumb']['function'] = 'hansel_get_themed_breadcrumbs';
}