You are here

function termcase_theme_registry_alter in Termcase 6

Same name and namespace in other branches
  1. 7 termcase.module \termcase_theme_registry_alter()

Override the theme_vocabulary_overview_vocabularies function to display the termcase status

File

./termcase.module, line 133
The Termcase module gives you the option to specify specific case-formatting on terms.

Code

function termcase_theme_registry_alter(&$theme_registry) {
  $theme_registry['taxonomy_overview_vocabularies']['function'] = 'theme_termcase_overview_vocabularies';
}