You are here

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

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

File

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

print $name;
?></span></h4>

<?php

if (!empty($ops_link)) {
  ?>
  <div id="tabs">
    <?php

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

}