Revision aa26f9f0
Added by Andreas Kohlbecker over 7 years ago
modules/palmweb/palmweb.module | ||
---|---|---|
40 | 40 |
} |
41 | 41 |
if ($numberOfChildren > 0) { |
42 | 42 |
$block = feature_block('Number of Taxa'); |
43 |
// FIXME use compose_cdm_feature_block_elements() in next line
|
|
43 |
// FIXME use compose_feature_block_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
restructuring description element code