You are here

function biblio_citeproc_theme_registry_alter in Bibliography Module 7.2

Same name and namespace in other branches
  1. 6.2 modules/CiteProc/biblio_citeproc.module \biblio_citeproc_theme_registry_alter()
  2. 7 modules/CiteProc/biblio_citeproc.module \biblio_citeproc_theme_registry_alter()

File

modules/CiteProc/biblio_citeproc.module, line 59

Code

function biblio_citeproc_theme_registry_alter(&$theme_registry) {
  $theme_registry['biblio_style'] = $theme_registry['biblio_citeproc_style'];
}