Add settings for max tree depth and exclusion path.

Fixes T8
This commit is contained in:
Tim Schumacher 2014-01-27 13:29:49 +01:00
parent 05ded3b757
commit 53b593400c
4 changed files with 21 additions and 2 deletions

3
lang/en/settings.php Normal file
View file

@ -0,0 +1,3 @@
<?php
$lang['treedepth'] = 'The maximum depth the navigation tree will be rendered';
$lang['exclusion_mask'] = 'Hide the pages matching this regexp';