function termcase_theme_registry_alter in Termcase 7
Same name and namespace in other branches
- 6 termcase.module \termcase_theme_registry_alter()
Override of theme_vocabulary_overview_vocabularies().
Used to display the current termcase settings per vocabulary.
File
- ./
termcase.module, line 111 - 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';
}