Project

General

Profile

« Previous | Next » 

Revision 0af3ce28

Added by Andreas Kohlbecker almost 8 years ago

#5887 #5852 classification breadcrumbs navigation implemented

View differences:

modules/cdm_dataportal/ext_links/ext_links.module
395 395
    case '0':
396 396
      $block['subject'] = 'External links';
397 397

  
398
      if (arg(0) == "cdm_dataportal" && arg(1) == "taxon" && arg(2) !== 0) {
399
        $uuid = arg(2);
398
      $uuid = get_current_taxon_uuid();
399
      if ($uuid) {
400 400
        $taxon = cdm_ws_get(CDM_WS_PORTAL_TAXON, $uuid);
401 401

  
402 402
        // $taxon->titleCache;

Also available in: Unified diff