Project

General

Profile

« Previous | Next » 

Revision d2a2891e

Added by Alex Theys almost 12 years ago

AT: committing latest changes to the dataportal prior to merging

View differences:

5.x/themes/palmweb_2/template.php
97 97

  
98 98
      $featureRepresentation = isset($node->feature->representation_L10n) ? $node->feature->representation_L10n : 'Feature';
99 99
      // HACK to implement images for taxa, should be removed
100
      if($node->feature->uuid != UUID_IMAGE){
100
      if($node->feature->uuid != UUID_IMAGE && $node->feature->uuid != UUID_USE ){
101 101
      	$countFeatures++;
102 102
        $out .= '<li>'.l(t(theme('cdm_feature_name', $featureRepresentation)), $_GET['q'], array("class"=>"toc"), NULL, generalizeString($featureRepresentation)).'</li>';
103 103
      }
......
143 143
      	$bibliographyOut[] =  $node->descriptionElements;
144 144
  	  }
145 145
      $media_list = array();
146
      if($node->feature->uuid != UUID_IMAGE) {
146
      if($node->feature->uuid != UUID_IMAGE && $node->feature->uuid != UUID_USE ) {
147 147
      	$countFeatures++;
148 148
        $block->delta = generalizeString($featureRepresentation);
149 149
        $block->subject = '<span class="'. html_class_atttibute_ref($node->feature) . '">' . theme('cdm_feature_name', $featureRepresentation) . '</span>';

Also available in: Unified diff