Project

General

Profile

« Previous | Next » 

Revision 2264b60d

Added by Andreas Kohlbecker about 13 years ago

displaying polytomous keys (fixes #2152)

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.page.theme
905 905
	return $out;
906 906
}
907 907

  
908

  
909

  
910

  
911
function theme_cdm_polytomousKey_page($polytomousKey){
912

  
913
  drupal_set_title($polytomousKey->titleCache);
914

  
915
  $out = theme("cdm_IdentificationKey", $polytomousKey, false);
916

  
917
  // key nodes in linked style
918
  $out .= theme('cdm_polytomousKey', $polytomousKey);
919

  
920
  return $out;
921
}
922

  
908 923
/**
909 924
 * Allows theming of the taxon page tabs
910 925
 *

Also available in: Unified diff