function biblio_bibtex_biblio_import_options in Bibliography Module 6.2
Same name and namespace in other branches
- 7 modules/bibtexParse/biblio_bibtex.module \biblio_bibtex_biblio_import_options()
- 7.2 modules/bibtexParse/biblio_bibtex.module \biblio_bibtex_biblio_import_options()
File
- modules/
bibtexParse/ biblio_bibtex.module, line 33
Code
function biblio_bibtex_biblio_import_options() {
return array(
'biblio_bibtex' => t('BibTex'),
);
}