You are here

function biblio_rtf_biblio_export_link_settings in Bibliography Module 6.2

File

modules/rtf/biblio_rtf.module, line 28

Code

function biblio_rtf_biblio_export_link_settings() {
  return array(
    'rtf' => t('RTF'),
  );
}