Project

General

Profile

« Previous | Next » 

Revision 7689590d

Added by Andreas Kohlbecker over 10 years ago

fixing broken distribution maps for palmweb

View differences:

7.x/themes/palmweb_2/template.php
158 158

  
159 159
          // Display cdm distribution map.
160 160
          // TODO this is a HACK to a proper generic implementation?
161
          $block->content .= theme('cdm_distribution_map', array('taxon' => $taxon));
161
                    $map_render_element = compose_distribution_map($taxon);
162
          $block->content .= $map_render_element['#markup'];
162 163
          $block->content .= theme('cdm_descriptionElements', array(
163 164
            'descriptionElements' => $node->descriptionElements,
164 165
            'featureUuid' => $node->feature->uuid,

Also available in: Unified diff