tripal_phylogeny_organisms.tpl.php 177 B

12345678
  1. <?php
  2. $phylotree = $variables['node']->phylotree;
  3. if ($phylotree->has_features) { ?>
  4. <div id="phylotree-organisms">
  5. <!-- d3 will add svg to this div -->
  6. </div> <?php
  7. }