function og_vocab_theme_registry_alter in OG Vocabulary 7
Implements hook_theme_registry_alter().
See also
theme_og_vocab_taxonomy_overview_vocabularies()
File
- ./
og_vocab.module, line 988 - Give each group its own system controlled vocabularies.
Code
function og_vocab_theme_registry_alter(&$theme_registry) {
$theme_registry['taxonomy_overview_vocabularies']['function'] = 'theme_og_vocab_taxonomy_overview_vocabularies';
}