function tableofcontents_node_insert in Table of Contents 7
Implementation of hook_node_insert
File
- ./
tableofcontents.module, line 199 - This is a filter module to generate a collapsible jquery enabled mediawiki style table of contents based on <h[1-6]> tags. Transforms header tags into named anchors.
Code
function tableofcontents_node_insert($node) {
_tableofcontents_save($node);
}