You are here

function biblio_xml_link in Bibliography Module 6.2

File

modules/endnote/biblio_xml.module, line 103

Code

function biblio_xml_link($type, $node = NULL, $teaser = FALSE) {
  if ($type != 'node' || $node->type != 'biblio') {
    return;
  }
  return biblio_xml_biblio_export_link($node->nid);
}