Project

General

Profile

« Previous | Next » 

Revision d4ea0dd9

Added by Andreas Kohlbecker over 5 years ago

ref #7884 ref #7890 refactoring of name relations rendering and using name rels in the registration page

View differences:

modules/cdm_dataportal/includes/taxon.inc
380 380
      'footnote_list_key' => $footnoteListKey)
381 381
  );
382 382

  
383
  $homonyms = cdm_name_relationships_of($taxon);
383

  
384
  $name_relations = cdm_name_relationships_for_taxon($taxon);
385
  $homonyms = render_name_relationships_of($name_relations, $taxon->name, $taxon);
384 386

  
385 387
  $out = '<span class="relation_sign" title="' . $reltype_representation . '">' . $relsign . '</span>'
386 388
    . $out_taxon_part . $taxon_footnotes . ' '  . $homonyms;

Also available in: Unified diff