You are here

function biblio_xml_biblio_export_link_settings in Bibliography Module 6.2

File

modules/endnote/biblio_xml.module, line 99

Code

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