constant LINEAGE_START_DEPTH in Taxonomy Lineage 6
Same name and namespace in other branches
- 7 lineage.module \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
File
- ./
views_plugin_style_lineage_nested.inc, line 14 - Views style plugin that allows a view to be rendered as a nested list, based on Lineage's term hierarchy.
Code
define('LINEAGE_START_DEPTH', 3);