constant LINEAGE_START_DEPTH in Taxonomy Lineage 7
Same name and namespace in other branches
- 6 views_plugin_style_lineage_nested.inc \LINEAGE_START_DEPTH
Define a base starting depth for nesting headers. We use 3 (for <h3> tags) because <h1> and <h2> are generally page titles.
1 use of LINEAGE_START_DEPTH
- views_plugin_style_lineage_nested::render in plugins/
views_plugin_style_lineage_nested.inc - Render the display in this style.
File
- ./
lineage.module, line 11 - lineage.module Module code for taxonomy term hierarchy lineage.
Code
define('LINEAGE_START_DEPTH', 3);