Project

General

Profile

« Previous | Next » 

Revision e3235962

Added by Andreas Kohlbecker almost 8 years ago

#5852 classification breadcrumbs childlist adapts to windows viewport

View differences:

modules/cdm_dataportal/includes/pages.inc
1010 1010

  
1011 1011
  $items[] = $node_name . $children_indicator;
1012 1012

  
1013
  if($parent_taxon_nodes){
1013 1014
    foreach ($parent_taxon_nodes as $node){
1014 1015

  
1015 1016
      $is_first_item = count($items) == 0;
......
1028 1029
        . l($node_name, $path)
1029 1030
        . $children_indicator;
1030 1031
    }
1031

  
1032
  }
1032 1033

  
1033 1034
  $render_array['#items'] = $items;
1034 1035

  

Also available in: Unified diff