Project

General

Profile

« Previous | Next » 

Revision a565e612

Added by Andreas Kohlbecker about 8 years ago

render path and render templates: solving inconsitencies

View differences:

modules/cdm_dataportal/includes/descriptions.inc
583 583

  
584 584
    $block_list = array();
585 585

  
586
    RenderHints::pushToRenderStack('feature_nodes');
587

  
588 586
    $gallery_settings = getGallerySettings(CDM_DATAPORTAL_DESCRIPTION_GALLERY_NAME);
589 587

  
590 588
    // Create a drupal block for each feature
......
668 666
    } // END: creating a block per feature
669 667

  
670 668
    drupal_alter('cdm_feature_node_blocks', $block_list, $taxon);
671

  
672
    RenderHints::popFromRenderStack();
673

  
669
    
674 670
    return _block_get_renderable_array($block_list);
675 671
  }
676 672

  

Also available in: Unified diff