tft-folder-menu.tpl.php in Taxonomy File Tree 7
Same filename and directory in other branches
1 theme call to tft-folder-menu.tpl.php
- tft in ./
tft.pages.inc - Menu callback function the file explorer
File
theme/tft-folder-menu.tpl.phpView 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>