Project

General

Profile

« Previous | Next » 

Revision c651d3b1

Added by Andreas Kohlbecker about 8 years ago

#2393 further refactoring of feature block code and at the same time solving the named ticket

View differences:

modules/palmweb/palmweb.module
40 40
      }
41 41
      if ($numberOfChildren > 0) {
42 42
        $block = feature_block('Number of Taxa');
43
        // FIXME use compose_feature_block_elements() in next line
43
        // FIXME use compose_feature_block_wrap_elements() in next line
44 44
        $block->content = array(markup_to_render_array('<ul class="feature-block-elements"><li>' . $numberOfChildren . " " . $subRank . '</li></ul>'));
45 45
        array_unshift($block_list, $block);
46 46
        cdm_toc_list_add_item('Number of Taxa', 'number-of-taxa', NULL, TRUE);

Also available in: Unified diff