Project

General

Profile

« Previous | Next » 

Revision 519346f6

Added by Andreas Kohlbecker over 15 years ago

image display fixed

View differences:

themes/garland_cichorieae/template.php
39 39
function garland_cichorieae_cdm_taxon_page_images($taxonTO){
40 40
  
41 41
  $descriptions = $taxonTO->featureTree->descriptions;
42
  
43 42
  foreach($descriptions as $descriptionTo){
44 43
    $features = $descriptionTo->features;
45 44
    foreach($features as $featureTo){
45
      print($featureTo->feature->term.',');
46 46
      if($featureTo->feature->term == 'Image'){
47
        
48
        $flashLink = $featureTo->descriptionElements[0]->description;
47
        $flashLink = true;
48
        break;        
49 49
      }
50 50
    }
51 51
  }

Also available in: Unified diff