You are here

tft-folder-menu.tpl.php in Taxonomy File Tree 7

Same filename and directory in other branches
  1. 7.2 theme/tft-folder-menu.tpl.php

File

theme/tft-folder-menu.tpl.php
View source
<div id="folder-menu-container">
  <div class="folder-wrapper">
    <h4><span id="folder-name"><?php

print $name;
?></span></h4>
    <div id="tabs">
      <?php

print $ops_links;
?>
    </div>
  </div>
</div>