toc_node_links.tpl.php in TOC Node 7
1 theme call to toc_node_links.tpl.php
- toc_node_links in ./
toc_node.module - Create the TOC links, including numbering of content items.
File
templates/toc_node_links.tpl.phpView source
<div id="table-of-contents-links">
<a name="table-of-contents"></a>
<?php
print $links;
?>
</div>