You are here

function biblio_tagged_biblio_export_link_settings in Bibliography Module 6.2

1 call to biblio_tagged_biblio_export_link_settings()
biblio_tagged_biblio_export_options in modules/endnote/biblio_tagged.module

File

modules/endnote/biblio_tagged.module, line 48

Code

function biblio_tagged_biblio_export_link_settings() {
  return array(
    'tagged' => t('EndNote Tagged'),
  );
}