Set the max depth to 3.

Refts T7
This commit is contained in:
Tim Schumacher 2013-12-03 21:04:22 +01:00
parent 67d1c2dc65
commit 5ce9b253f5

View file

@ -21,7 +21,7 @@ require_once dirname (__FILE__) . DIRECTORY_SEPARATOR . 'objectrepresentation' .
class syntax_plugin_navigation extends DokuWiki_Syntax_Plugin {
// TODO add a config option for this
private $maxDepth = 2;
private $maxDepth = 3;
private $depth = 0;
function getInfo () {