Project

General

Profile

« Previous | Next » 

Revision 54be0639

Added by Andreas Kohlbecker almost 3 years ago

ref #8364 renaming category to 'Classification/Nomenclature' and adding wfo taxa

View differences:

modules/cdm_dataportal/ext_links/ext_links.module
525 525
    'status' => 1,
526 526
    'category' => 'Specimens/Occurrences',
527 527
  );
528
  $ext_links_default["wfo-specimens"] = array(
529
    'id' => "wfo-specimens",
530
    'link' => 'http://wfospecimens.cybertaxonomy.org/search/result?fullScientificName=[cdm:taxon_name]',
531
    'title' => 'World Flora Online - Specimens',
532
    'weight' => 0,
533
    'status' => 1,
534
    'category' => 'Specimens/Occurrences',
535
  );
528 536
  $ext_links_default["wfo"] = array(
529 537
    'id' => "wfo",
530
    'link' => 'http://wfospecimens.cybertaxonomy.org/search/result?fullScientificName=[cdm:taxon_name]',
538
    'link' => 'http://www.worldfloraonline.org/search?query=[cdm:taxon_name]',
531 539
    'title' => 'World Flora Online',
532 540
    'weight' => 0,
533 541
    'status' => 1,
534
    'category' => 'Specimens/Occurrences',
542
    'category' => 'Classification/Nomenclature',
535 543
  );
536 544
  $ext_links_default["iucn"] = array(
537 545
    'id' => "iucn",
......
547 555
    'title' => 'IPNI',
548 556
    'weight' => 0,
549 557
    'status' => 1,
550
    'category' => 'Classification',
558
    'category' => 'Classification/Nomenclature',
551 559
  );
552 560
  $ext_links_default["wcsp"] = array(
553 561
    'id' => "wcsp",
......
555 563
    'title' => 'World Checklist Monocots',
556 564
    'weight' => 0,
557 565
    'status' => 1,
558
    'category' => 'Classification',
566
    'category' => 'Classification/Nomenclature',
559 567
  );
560 568
  $ext_links_default["tpl"] = array(
561 569
    'id' => "tpl",
......
563 571
    'title' => 'The Plant List',
564 572
    'weight' => 0,
565 573
    'status' => 1,
566
    'category' => 'Classification',
574
    'category' => 'Classification/Nomenclature',
567 575
  );
568 576
  $ext_links_default["eol"] = array(
569 577
    'id' => "eol",

Also available in: Unified diff