Project

General

Profile

« Previous | Next » 

Revision b7a20282

Added by Andreas Kohlbecker about 8 years ago

refactoring: reducing amount of theme functions, functions moved into includes/

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.page.theme
196 196
  // Render taxon relationships.
197 197
  if (variable_get(CDM_DATAPORTAL_DISPLAY_TAXON_RELATIONSHIPS, CDM_DATAPORTAL_DISPLAY_TAXON_RELATIONSHIPS_DEFAULT)) {
198 198
    $taxonRelationships = cdm_ws_get(CDM_WS_PORTAL_TAXON_RELATIONS, $taxon->uuid);
199
    $out .= theme('cdm_taxonRelationships', array('taxonRelationships' => $taxonRelationships, 'focusedTaxon' => $taxon));
199
    $out .= cdm_taxonRelationships($taxonRelationships, $taxon);
200 200
  }
201 201

  
202 202
  RenderHints::popFromRenderStack();

Also available in: Unified diff