summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
authorjoe.lapp <joe.lapp@pobox.com>2005-09-17 06:18:21 +0200
committerjoe.lapp <joe.lapp@pobox.com>2005-09-17 06:18:21 +0200
commit9773c5edfdb8d172ce0d2bb7644b774728be894a (patch)
treecc604119f2c48db1a8170cdb5ed1fd06d21eca0d /conf/dokuwiki.php
parent7c759785e2712fb0759706f8f46ebaa8c6dc8ccc (diff)
downloadrpg-9773c5edfdb8d172ce0d2bb7644b774728be894a.tar.gz
rpg-9773c5edfdb8d172ce0d2bb7644b774728be894a.tar.bz2
$conf['toptoclevel'] specifying topmost level of TOC
Particularly useful with $conf['useheading'] darcs-hash:20050917041821-36b45-4187b687b6ade759035d0d695eb715f9192c1a7e.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 0c5cae8c3..e9afdb2be 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -29,6 +29,7 @@ $conf['htmlok'] = 0; //may raw HTML be embedded? This may b
$conf['phpok'] = 0; //may PHP code be embedded? Never do this on the internet! 0|1
$conf['dformat'] = 'Y/m/d H:i'; //dateformat accepted by PHPs date() function
$conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//'; //signature see wiki:config for details
+$conf['toptoclevel'] = 1; //Level starting with and below to include in AutoTOC (max. 5)
$conf['maxtoclevel'] = 3; //Up to which level include into AutoTOC (max. 5)
$conf['maxseclevel'] = 3; //Up to which level create editable sections (max. 5)
$conf['camelcase'] = 0; //Use CamelCase for linking? (I don't like it) 0|1