You are here

function biblio_bibtex_biblio_export_link_settings in Bibliography Module 6.2

File

modules/bibtexParse/biblio_bibtex.module, line 105

Code

function biblio_bibtex_biblio_export_link_settings() {
  return array(
    'bibtex' => t('BibTex'),
  );
}