Revision 92e522db
ref #8739 description sources in alphabetical order
modules/cdm_dataportal/includes/common.inc | ||
---|---|---|
667 | 667 |
|
668 | 668 |
switch ($cdm_entity->class) { |
669 | 669 |
case 'TaxonDescription': |
670 |
$link = render_cdm_description($cdm_entity);
|
|
670 |
$link = '<span class="' . html_class_attribute_ref($cdm_entity) . '">' . $cdm_entity->titleCache . '</span> ' . icon_link(path_to_description($cdm_entity->uuid));
|
|
671 | 671 |
break; |
672 | 672 |
default: |
673 | 673 |
$link = '<span class="error">UNSUPPORTED CDM ENTITY TYPE</span>'; |
Also available in: Unified diff