Project

General

Profile

« Previous | Next » 

Revision 80e0aa8e

Added by Andreas Kohlbecker almost 14 years ago

improved general render mechanism + footnotes

View differences:

themes/garland_cichorieae/template.php
318 318
            'referencePart' => true
319 319
      );
320 320
      break;
321
    default:
322 321
    case 'typedesignations':
323 322
    case 'list_of_taxa':
323
    case '#DEFAULT':
324 324
      $template = array(
325 325
            'nameAuthorPart' => array('#uri'=>true),
326 326
            'referencePart' => true
......
347 347
    }
348 348
    
349 349
    $galleryLinkUri = path_to_taxon($taxon->uuid).'/images';
350
    $mediaList = cdm_ws_get(CDM_WS_TAXON_MEDIA, array($taxon->uuid, $prefMimeTypeRegex, $prefMediaQuality));
350
    $mediaList = cdm_ws_get(CDM_WS_PORTAL_TAXON_MEDIA, array($taxon->uuid, $prefMimeTypeRegex, $prefMediaQuality));
351 351
    $out .= theme('cdm_media_gallerie', $mediaList, $gallery_name ,$maxExtend, $cols, $maxRows, $captionElements, 'NORMAL', $galleryLinkUri, null);
352 352

  
353 353
    return $out;

Also available in: Unified diff