function tableofcontents_filter_info in Table of Contents 7.2
Same name and namespace in other branches
- 7 tableofcontents.module \tableofcontents_filter_info()
Implements hook_filter_info().
File
- ./
tableofcontents.module, line 41 - 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_filter_info() {
module_load_include('filters.inc', 'tableofcontents');
return _tableofcontents_filter_info();
}