You are here

function biblio_rtf_biblio_export_options in Bibliography Module 7

Same name and namespace in other branches
  1. 7.2 modules/rtf/biblio_rtf.module \biblio_rtf_biblio_export_options()

File

modules/rtf/biblio_rtf.module, line 20

Code

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