You are here

function biblio_xml_biblio_export_options in Bibliography Module 7

Same name and namespace in other branches
  1. 7.2 modules/endnote/biblio_xml.module \biblio_xml_biblio_export_options()

File

modules/endnote/biblio_xml.module, line 45

Code

function biblio_xml_biblio_export_options() {
  return array(
    'xml' => t('EndNote XML'),
  );
}