Project

General

Profile

« Previous | Next » 

Revision 15f85a6a

Added by Andreas Kohlbecker over 15 years ago

View differences:

themes/garland_cichorieae/template.php
36 36
  return $out;
37 37
}
38 38

  
39
function garland_cichorieae_cdm_descriptionElementTextData($element){
40

  
41
  $description = str_replace("\n", "<br/>", $element->description);
42
  $referenceCitation = '';
43
  
44
  if($element->reference){
45
    $referenceCitation = '; '.theme('cdm_fullreference', $element->reference, false);
46
  }
47
  return '<p class="descriptionText">' . $description . /*$referenceCitation. */ '</p>';
48
}
49

  
50 39

  
51 40
function garland_cichorieae_cdm_taxon_page_images($taxonTO){
52 41
  

Also available in: Unified diff