Revision b5e773ef
#392 CICHORIEAE display notes & #1483 references for distributions as footnotes
themes/garland_cichorieae/template.php | ||
---|---|---|
14 | 14 |
*/ |
15 | 15 |
function garland_cichorieae_cdm_taxon_page_description($taxon, $mergedTrees, $media, $hideImages = false){ |
16 | 16 |
|
17 |
RenderHints::pushToRenderStack('taxon_page_description'); |
|
17 | 18 |
// description TOC |
18 | 19 |
$out = theme('cdm_featureTreeTOCs', $mergedTrees); |
19 | 20 |
|
... | ... | |
35 | 36 |
|
36 | 37 |
// description |
37 | 38 |
$out .= theme('cdm_featureTrees', $mergedTrees, $taxon); |
38 |
|
|
39 |
RenderHints::popFromRenderStack(); |
|
40 |
|
|
39 | 41 |
return $out; |
40 | 42 |
} |
41 | 43 |
|
... | ... | |
50 | 52 |
return '<p class="descriptionText">' . $description . $referenceCitation.'</p>'; |
51 | 53 |
} |
52 | 54 |
|
55 |
|
|
53 | 56 |
function garland_cichorieae_cdm_taxon_page_images($taxon, $media){ |
54 | 57 |
|
55 | 58 |
$flashLink = isset($media[0]); |
Also available in: Unified diff