function biblio_citeproc_theme_registry_alter in Bibliography Module 6.2
Same name and namespace in other branches
- 7 modules/CiteProc/biblio_citeproc.module \biblio_citeproc_theme_registry_alter()
- 7.2 modules/CiteProc/biblio_citeproc.module \biblio_citeproc_theme_registry_alter()
File
- modules/
CiteProc/ biblio_citeproc.module, line 60
Code
function biblio_citeproc_theme_registry_alter(&$theme_registry) {
$theme_registry['biblio_style'] = $theme_registry['biblio_citeproc_style'];
}